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 d25cd42 commit f0b1299Copy full SHA for f0b1299
app/bootstrap.php
@@ -19,7 +19,6 @@
19
echo 'Magento supports PHP 7.4.0 or later. ' .
20
'Please read https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html';
21
} else {
22
- http_response_code(503);
23
echo <<<HTML
24
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
25
<p>Magento supports PHP 7.4.0 or later. Please read
@@ -28,6 +27,7 @@
28
27
</div>
29
HTML;
30
}
+ http_response_code(503);
31
exit(1);
32
33
0 commit comments