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 9fd12e2 commit 9f74f45Copy full SHA for 9f74f45
app/bootstrap.php
@@ -14,7 +14,7 @@
14
if (version_compare(phpversion(), '5.4.11', '<') === true) {
15
if (PHP_SAPI == 'cli') {
16
echo 'Magento supports PHP 5.4.11 or later. ' .
17
- 'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html.';
+ 'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html';
18
} else {
19
echo <<<HTML
20
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
0 commit comments