From 401310eecccca5bad2a8dc425ead5f778ebd01e0 Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 9 Dec 2013 10:51:24 +0100 Subject: [PATCH] test --- application/ManiaControl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ManiaControl.bat b/application/ManiaControl.bat index 1938a7d8..8c2e80ae 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:\Programme\xampp\php\php.exe" +set phpPath="D:\xampp\php\php.exe" REM Start ManiaControl START "" /B %phpPath% -f "ManiaControl.php" 2>&1