Fixed some things

Added $config to enable or disable country flags its on false by
default.
Also some advice from Znote for securing integer database values.
Cleanedup some if statements.
This commit is contained in:
Tandloze
2015-08-15 23:24:44 +02:00
parent a2b241b6c1
commit 651b62686c
3 changed files with 18 additions and 57 deletions

View File

@@ -439,6 +439,9 @@
// Use guild logo system
$config['use_guild_logos'] = true;
// Use country flags
$config['country_flags'] = false;
// Level requirement to create guild? (Just set it to 1 to allow all levels).
$config['create_guild_level'] = 8;