//now PrestaShop need at least PHP 5.1.3 to run
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Check PHP version
|
// Check PHP version
|
||||||
if (version_compare(PHP_VERSION, '5.1.2', '<'))
|
if (version_compare(PHP_VERSION, '5.1.3', '<'))
|
||||||
die('You need at least PHP 5.1.2 to run PrestaShop. Your current PHP version is '.PHP_VERSION);
|
die('You need at least PHP 5.1.3 to run PrestaShop. Your current PHP version is '.PHP_VERSION);
|
||||||
|
|
||||||
// Generate common constants
|
// Generate common constants
|
||||||
define('PS_INSTALLATION_IN_PROGRESS', true);
|
define('PS_INSTALLATION_IN_PROGRESS', true);
|
||||||
|
|||||||
Reference in New Issue
Block a user