Skip to content

Commit 9f74f45

Browse files
committed
MAGETWO-32106: Wrong url in bootstrap.php for page with "system requirements"
- remove period at end of CLI message to avoid adding it to URL
1 parent 9fd12e2 commit 9f74f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if (version_compare(phpversion(), '5.4.11', '<') === true) {
1515
if (PHP_SAPI == 'cli') {
1616
echo 'Magento supports PHP 5.4.11 or later. ' .
17-
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html.';
17+
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html';
1818
} else {
1919
echo <<<HTML
2020
<div style="font:12px/1.35em arial, helvetica, sans-serif;">

0 commit comments

Comments
 (0)