Skip to content

Commit

Permalink
#NTR - Merge pull-request #5 from github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Pohl authored and sthamann committed Dec 18, 2012
1 parent 4cab5f8 commit d57136b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
}

// Check the minimum required php version
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
if (version_compare(PHP_VERSION, '5.3.2', '<')) {
header('Content-type: text/html; charset=utf-8', true, 503);
echo '<h2>Fehler</h2>';
echo 'Auf Ihrem Server läuft PHP version ' . PHP_VERSION . ', Shopware 4 benötigt mindestens PHP 5.3';
echo 'Auf Ihrem Server läuft PHP version ' . PHP_VERSION . ', Shopware 4 benötigt mindestens PHP 5.3.2';
echo '<h2>Error</h2>';
echo 'Your server is running PHP version ' . PHP_VERSION . ' but Shopware 4 requires at least PHP 5.3';
echo 'Your server is running PHP version ' . PHP_VERSION . ' but Shopware 4 requires at least PHP 5.3.2';
return;
}

Expand Down

0 comments on commit d57136b

Please sign in to comment.