Completed
Pull Request — master (#2)
by
unknown
03:32
created
config.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -31,17 +31,17 @@
 block discarded – undo
31 31
 if (!file_exists($ROSDir))
32 32
 {
33 33
     echo "ReactOS source path <b>$ROSDir</b> does not exist!";
34
-	if (strpos($uname, "linux") !== false)
35
-	{
36
-		echo "<br><br>For <b><u>Linux users</u></b>: make sure you have set the right permission rights for both the ReactOS source code directory and the tool directory.   Use <i>chmod</i> command and set their rights to 755 for both these directories if necessary. In any case you're using XAMPP for Linux, change the user and usergroup to yours. To do so read this: <a href = 'https://askubuntu.com/a/221593'>Change XAMPP's usergroup and username (link)</a>";
37
-	}
38
-	else if (strpos($uname, "win") !== false)
39
-	{
40
-		echo "<br><br>For <b><u>Windows users</u></b>: make sure the ReactOS source code path is <b>CORRECT</b> or that it is not <b>CORRUPT</b>";
41
-	}
34
+    if (strpos($uname, "linux") !== false)
35
+    {
36
+        echo "<br><br>For <b><u>Linux users</u></b>: make sure you have set the right permission rights for both the ReactOS source code directory and the tool directory.   Use <i>chmod</i> command and set their rights to 755 for both these directories if necessary. In any case you're using XAMPP for Linux, change the user and usergroup to yours. To do so read this: <a href = 'https://askubuntu.com/a/221593'>Change XAMPP's usergroup and username (link)</a>";
37
+    }
38
+    else if (strpos($uname, "win") !== false)
39
+    {
40
+        echo "<br><br>For <b><u>Windows users</u></b>: make sure the ReactOS source code path is <b>CORRECT</b> or that it is not <b>CORRUPT</b>";
41
+    }
42 42
     exit;
43 43
 }
44 44
 
45 45
 if (substr($ROSDir, -1) !== DIRECTORY_SEPARATOR) {
46
-	$ROSDir .= DIRECTORY_SEPARATOR;
46
+    $ROSDir .= DIRECTORY_SEPARATOR;
47 47
 }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 	if (strpos($uname, "linux") !== false)
35 35
 	{
36 36
 		echo "<br><br>For <b><u>Linux users</u></b>: make sure you have set the right permission rights for both the ReactOS source code directory and the tool directory.   Use <i>chmod</i> command and set their rights to 755 for both these directories if necessary. In any case you're using XAMPP for Linux, change the user and usergroup to yours. To do so read this: <a href = 'https://askubuntu.com/a/221593'>Change XAMPP's usergroup and username (link)</a>";
37
-	}
38
-	else if (strpos($uname, "win") !== false)
37
+	} else if (strpos($uname, "win") !== false)
39 38
 	{
40 39
 		echo "<br><br>For <b><u>Windows users</u></b>: make sure the ReactOS source code path is <b>CORRECT</b> or that it is not <b>CORRUPT</b>";
41 40
 	}
Please login to merge, or discard this patch.