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 63ec91c commit cdb5864Copy full SHA for cdb5864
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 ('cli-server' === PHP_SAPI && '/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