Display outfit images in highscores, online list, character profile.

Fix #252
This commit is contained in:
Znote
2017-01-30 22:54:33 +01:00
parent a5ba62a51e
commit 3d82fcecf1
4 changed files with 41 additions and 38 deletions

View File

@@ -92,6 +92,9 @@ if (empty($_POST) === false) {
if (validate_ip(getIP()) === false && $config['validate_IP'] === true) {
$errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).';
}
if (strlen($_POST['flag']) < 1) {
$errors[] = 'Please choose country.';
}
}
}