From b7a193cc19c7ac3ec67fa297b574fcd6caefe617 Mon Sep 17 00:00:00 2001 From: tim almdal Date: Wed, 27 May 2009 17:11:27 -0700 Subject: standardize the version check between installer/index.php and index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 815ff5f5..ae94c19f 100644 --- a/index.php +++ b/index.php @@ -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.'); -- cgit v1.2.3