Completed
Push — develop ( c2183b...4baaf7 )
by Thomas
15:59 queued 09:07
created
web/app.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  * with this source code in the file LICENSE.
10 10
  */
11 11
 
12
-if (preg_match('/^\/admin(\/|$)/', $_SERVER['REQUEST_URI'])) {
13
-    require_once __DIR__ . '/admin.php';
12
+if (preg_match('/^\/admin(\/|$)/', $_SERVER[ 'REQUEST_URI' ])) {
13
+    require_once __DIR__.'/admin.php';
14 14
 } else {
15
-    require_once __DIR__ . '/website.php';
15
+    require_once __DIR__.'/website.php';
16 16
 }
Please login to merge, or discard this patch.