adjusted sample php path
This commit is contained in:
parent
09f6e813a5
commit
149d8aa7f0
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user