mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 20:29:58 +03:00
due to changes for compatibility with PHP 7.2, Piwigo now requires PHP 5.3
This commit is contained in:
parent
144a970a6b
commit
b1cb4e48c0
1 changed files with 1 additions and 1 deletions
|
@ -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.2.0');
|
||||
define('REQUIRED_PHP_VERSION', '5.3.0');
|
||||
|
||||
// Access codes
|
||||
define('ACCESS_FREE', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue