From abf1bc45c41c179cc464516d0edc3bb743e797f7 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 31 Jan 2014 14:47:47 +0000 Subject: required PHP version is 5.2 git-svn-id: http://piwigo.org/svn/trunk@27095 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index c1f519c80..ece5bb666 100644 --- a/include/constants.php +++ b/include/constants.php @@ -31,7 +31,7 @@ defined('PWG_COMBINED_DIR') or define('PWG_COMBINED_DIR', $conf['data_location'] defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', $conf['data_location'].'i/'); // Required versions -define('REQUIRED_PHP_VERSION', '5.0.0'); +define('REQUIRED_PHP_VERSION', '5.2.0'); // Access codes define('ACCESS_FREE', 0); -- cgit v1.2.3