X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/03b8ff4db939d6ad4fc6c6ccfacb87afdca7aabc..39f9a7bf597c07be6cee65f60bec1fb33e04bbf0:/src/phar-stub.php diff --git a/src/phar-stub.php b/src/phar-stub.php index b5cdf4d..c8e168f 100644 --- a/src/phar-stub.php +++ b/src/phar-stub.php @@ -39,7 +39,7 @@ function rewritePath($path) . '/'; header('Location: ' . $url); exit(0); - } else if( $path == '/') { + } else if ($path == '/') { return 'www/index.php'; }