mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-30 17:36:51 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user