summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 19:32:38 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 19:32:38 -0700
commit578c9f4e5297e515e035c5a709e038403374bef3 (patch)
treec5aaa796a485ea970c5d6b4ab83d71dc6f75f6e0 /index.php
parente8cd6bd5e71a63ad0950c6344671022bc4fbd436 (diff)
parentb7a193cc19c7ac3ec67fa297b574fcd6caefe617 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b00669b2..d8fc2742 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.');