adjusted sample php path
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
REM Set the path to your php.exe here
 | 
					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
 | 
					REM Start ManiaControl
 | 
				
			||||||
START "" /B %phpPath% -f "ManiaControl.php" 2>&1
 | 
					START "" /B %phpPath% -f "ManiaControl.php" 2>&1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
error_reporting(E_ALL);
 | 
					error_reporting(E_ALL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Run configuration
 | 
					// 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_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
 | 
					define('LOG_NAME_USE_PID', true); // Use current process id as suffix for log file name in logs folder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user