adjusted sample php path

This commit is contained in:
Steffen Schröder 2014-07-28 14:49:43 +02:00
parent 09f6e813a5
commit 149d8aa7f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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