mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 02:14:53 +02:00
Started with JSON API module system
This commit is contained in:
@@ -139,7 +139,6 @@
|
||||
// -------------- \\
|
||||
// WEBSITE STUFF \\
|
||||
// -------------- \\
|
||||
|
||||
// Highscore configuration
|
||||
$config['highscore'] = array(
|
||||
'rows' => 100,
|
||||
@@ -232,7 +231,11 @@
|
||||
//----------------\\
|
||||
// ADVANCED STUFF \\
|
||||
//----------------\\
|
||||
|
||||
// Api config
|
||||
$config['api'] = array(
|
||||
'debug' => false,
|
||||
);
|
||||
|
||||
// Don't touch this unless you know what you are doing. (modifying this(key value) also requires modifications in OT files /XML/commands.xml).
|
||||
$config['ingame_positions'] = array(
|
||||
1 => 'Player',
|
||||
|
Reference in New Issue
Block a user