We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Windows 11 PHP: 8.0.8 ts x64 Server: php -S 0.0.0.0:80 system\router.php
php -S 0.0.0.0:80 system\router.php
The text was updated successfully, but these errors were encountered:
Replace line 20 in index.php with:
$symfony_server = stripos(getenv('_'), 'symfony') !== false || stripos($_SERVER['SERVER_SOFTWARE'] ?? '', 'symfony') !== false || stripos($_ENV['SERVER_SOFTWARE'] ?? '', 'symfony') !== false;
Sorry, something went wrong.
b8ada23
Changelog for #3408
fdcf702
No branches or pull requests
OS: Windows 11
PHP: 8.0.8 ts x64
Server:
php -S 0.0.0.0:80 system\router.php
The text was updated successfully, but these errors were encountered: