From 54c1e823a65c60a61ec636f2a4928b270a104f36 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 14 Jan 2017 16:30:07 +0100 Subject: [PATCH] Update install.php PHP v5.4 or higher --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index f68a64727..bb10cb2eb 100644 --- a/install.php +++ b/install.php @@ -11,7 +11,7 @@ */ // minimal software version -define('MIN_PHP_VERSION', '5.3'); +define('MIN_PHP_VERSION', '5.4'); define('MIN_MYSQL_VERSION', '4.1.2'); define('MAKE_INSTALL_LOG', true); @@ -2228,4 +2228,4 @@ function die_fatal_error($error) echo $template; exit; } - \ No newline at end of file +