We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2047326 commit 63ec91cCopy full SHA for 63ec91c
symfony/framework-bundle/3.3/public/index.php
@@ -24,7 +24,7 @@
24
Debug::enable();
25
}
26
27
-if (PHP_SAPI === 'cli-server' && '/index.php' !== $_SERVER['SCRIPT_NAME'] && is_file(__DIR__. $_SERVER['SCRIPT_NAME'])) {
+if (PHP_SAPI === 'cli-server' && '/index.php' !== $_SERVER['SCRIPT_NAME'] && is_file(__DIR__.$_SERVER['SCRIPT_NAME'])) {
28
return false;
29
30
symfony/framework-bundle/4.2/public/index.php
0 commit comments