1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Update install.php

PHP v5.4 or higher
This commit is contained in:
leo
2017-01-14 16:30:07 +01:00
committed by GitHub
parent 3c81473ccc
commit 54c1e823a6

View File

@@ -11,7 +11,7 @@
*/ */
// minimal software version // minimal software version
define('MIN_PHP_VERSION', '5.3'); define('MIN_PHP_VERSION', '5.4');
define('MIN_MYSQL_VERSION', '4.1.2'); define('MIN_MYSQL_VERSION', '4.1.2');
define('MAKE_INSTALL_LOG', true); define('MAKE_INSTALL_LOG', true);
@@ -2228,4 +2228,4 @@ function die_fatal_error($error)
echo $template; echo $template;
exit; exit;
} }