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 28c1f28 commit d25cd42Copy full SHA for d25cd42
app/bootstrap.php
@@ -19,6 +19,7 @@
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
0 commit comments