Completed
Push — master ( e549e8...d3ff7d )
by Ma
14:46
created
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 // Decline static file requests back to the PHP built-in webserver
9 9
 if (php_sapi_name() === 'cli-server') {
10
-    $path = realpath(__DIR__ . parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
10
+    $path = realpath(__DIR__ . parse_url($_SERVER[ 'REQUEST_URI' ], PHP_URL_PATH));
11 11
     if (__FILE__ !== $path && is_file($path)) {
12 12
         return false;
13 13
     }
Please login to merge, or discard this patch.