mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 21:05:55 +02:00
* verify install post values directly on config page and display error
* first usage report will be send after 7 days
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
$guild_name = urldecode($_REQUEST['guild']);
|
||||
$guild_name = isset($_REQUEST['guild']) ? urldecode($_REQUEST['guild']) : null;
|
||||
if(!Validator::guildName($guild_name)) {
|
||||
$errors[] = Validator::get;
|
||||
}
|
||||
|
Reference in New Issue
Block a user