moved dev mode constant

This commit is contained in:
Steffen Schröder
2014-05-24 20:56:34 +02:00
parent 10c8ab92ef
commit c24b7d228e
4 changed files with 5 additions and 5 deletions

View File

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