diff options
author | tim almdal <tnalmdal@shaw.ca> | 2009-05-27 17:11:27 -0700 |
---|---|---|
committer | tim almdal <tnalmdal@shaw.ca> | 2009-05-27 17:11:27 -0700 |
commit | b7a193cc19c7ac3ec67fa297b574fcd6caefe617 (patch) | |
tree | 92f5406095c55b909adb911c1a868d7a69c00600 | |
parent | 241d6e4edd67813099149affd5e62364f871b59e (diff) |
standardize the version check between installer/index.php and 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.'); |