diff --git a/application/ManiaControl.php b/application/ManiaControl.php index 7fcf3ade..b53f8cf9 100644 --- a/application/ManiaControl.php +++ b/application/ManiaControl.php @@ -4,7 +4,7 @@ error_reporting(E_ALL); // Run configuration -define('DEV_MODE', true); // Development mode to not send error reports etc. +define('DEV_MODE', false); // Development mode to not send error reports etc. define('LOG_NAME_USE_DATE', true); // Use current date as suffix for log file name in logs folder define('LOG_NAME_USE_PID', true); // Use current process id as suffix for log file name in logs folder