renamed DEBUG_MODE to DEV_MODE

This commit is contained in:
Steffen Schröder
2014-05-18 23:51:20 +02:00
parent 5cf86b2025
commit fedf1710a2
3 changed files with 4 additions and 4 deletions

View File

@ -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';