renamed DEBUG_MODE to DEV_MODE
This commit is contained in:
@ -52,7 +52,7 @@ class ManiaControl implements CommandListener, TimerListener {
|
||||
const OS_UNIX = 'Unix';
|
||||
const OS_WIN = 'Windows';
|
||||
const SCRIPT_TIMEOUT = 10;
|
||||
const DEBUG_MODE = false;
|
||||
const DEV_MODE = false;
|
||||
const URL_WEBSERVICE = 'http://ws.maniacontrol.com/';
|
||||
const SETTING_PERMISSION_SHUTDOWN = 'Shutdown ManiaControl';
|
||||
const SETTING_PERMISSION_RESTART = 'Restart ManiaControl';
|
||||
|
Reference in New Issue
Block a user