diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-27 19:32:38 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-27 19:32:38 -0700 |
commit | 578c9f4e5297e515e035c5a709e038403374bef3 (patch) | |
tree | c5aaa796a485ea970c5d6b4ab83d71dc6f75f6e0 /index.php | |
parent | e8cd6bd5e71a63ad0950c6344671022bc4fbd436 (diff) | |
parent | b7a193cc19c7ac3ec67fa297b574fcd6caefe617 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ define('IN_PRODUCTION', true); // Gallery requires PHP 5.2+ -version_compare(PHP_VERSION, '5.2', '<') and exit('Gallery requires PHP 5.2 or newer.'); +version_compare(PHP_VERSION, '5.2.3', '<') and exit('Gallery requires PHP 5.2.3 or newer.'); // Gallery requires short_tags to be on !ini_get('short_open_tag') and exit('Gallery requires short_open_tag to be on.'); |