From 149d8aa7f03ed17e910d793b3018372d299c84e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Mon, 28 Jul 2014 14:49:43 +0200 Subject: [PATCH] adjusted sample php path --- application/ManiaControl.bat | 2 +- application/ManiaControl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/ManiaControl.bat b/application/ManiaControl.bat index 8c2e80ae..23d642e5 100644 --- a/application/ManiaControl.bat +++ b/application/ManiaControl.bat @@ -1,6 +1,6 @@ REM Set the path to your php.exe here -set phpPath="D:\xampp\php\php.exe" +set phpPath="C:\xampp\php\php.exe" REM Start ManiaControl START "" /B %phpPath% -f "ManiaControl.php" 2>&1 diff --git a/application/ManiaControl.php b/application/ManiaControl.php index b53f8cf9..7fcf3ade 100644 --- a/application/ManiaControl.php +++ b/application/ManiaControl.php @@ -4,7 +4,7 @@ error_reporting(E_ALL); // Run configuration -define('DEV_MODE', false); // Development mode to not send error reports etc. +define('DEV_MODE', true); // 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