mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Update config.php
This commit is contained in:
parent
02eea950e4
commit
77efb80a12
@ -270,7 +270,7 @@ $config = array(
|
|||||||
'status_enabled' => true, // you can disable status checking by settings this to "false"
|
'status_enabled' => true, // you can disable status checking by settings this to "false"
|
||||||
'status_ip' => '127.0.0.1',
|
'status_ip' => '127.0.0.1',
|
||||||
'status_port' => '',
|
'status_port' => '',
|
||||||
'status_timeout' => 1.0, // how long to wait for the initial response from the server (default: 2 seconds)
|
'status_timeout' => 1.0, // how long to wait for the initial response from the server (default: 1 second)
|
||||||
|
|
||||||
// how often to connect to server and update status (default: every minute)
|
// how often to connect to server and update status (default: every minute)
|
||||||
// if your status timeout in config.lua is bigger, that it will be used instead
|
// if your status timeout in config.lua is bigger, that it will be used instead
|
||||||
@ -290,12 +290,12 @@ $config = array(
|
|||||||
'footer_show_load_time' => true, // display load time of the page in the footer
|
'footer_show_load_time' => true, // display load time of the page in the footer
|
||||||
|
|
||||||
'npc' => array(),
|
'npc' => array(),
|
||||||
|
|
||||||
// character name blocked
|
// character name blocked
|
||||||
'character_name_blocked' => array(
|
'character_name_blocked' => array(
|
||||||
'prefix' => array(),
|
'prefix' => array(),
|
||||||
'names' => array(),
|
'names' => array(),
|
||||||
'words' => array(),
|
'words' => array(),
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user