debug mode constant

option to log even suppressed errors
This commit is contained in:
Steffen Schröder
2014-05-18 21:17:30 +02:00
parent 4194f99c2a
commit 0a716aeb91
3 changed files with 6 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ class ManiaControl implements CommandListener, TimerListener {
const OS_UNIX = 'Unix';
const OS_WIN = 'Windows';
const SCRIPT_TIMEOUT = 10;
const DEBUG_MODE = false;
const URL_WEBSERVICE = 'http://ws.maniacontrol.com/';
const SETTING_PERMISSION_SHUTDOWN = 'Shutdown ManiaControl';
const SETTING_PERMISSION_RESTART = 'Restart ManiaControl';