diff options
author | plegall <plg@piwigo.org> | 2014-01-31 14:47:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-31 14:47:47 +0000 |
commit | abf1bc45c41c179cc464516d0edc3bb743e797f7 (patch) | |
tree | fd58db501d3d9f441d2bc1d4cef114bcc0fc531b /include/constants.php | |
parent | 41f66ccac66bfd99b5496ed0cbfbedd54579b890 (diff) |
required PHP version is 5.2
git-svn-id: http://piwigo.org/svn/trunk@27095 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |