diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-06 21:58:45 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-06 21:58:45 -0700 |
commit | 99c57b2036c6fbef757762a7faccc27150471892 (patch) | |
tree | 1765b0ced1b8d21e7409523a1d68f5fd361c2853 | |
parent | 144a0d7d34d1d56aebd990f0fed8a4ef1633665d (diff) | |
parent | 87598288f493cadcc5c273dd7305ad579d251678 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Conflicts:
modules/user/helpers/user_theme.php
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ define("IN_PRODUCTION", true); // Gallery requires PHP 5.2+ -version_compare(PHP_VERSION, "5.2.3", "<") and exit("Gallery requires PHP 5.2.3 or newer."); +version_compare(PHP_VERSION, "5.2.3", "<") and + exit("Gallery requires PHP 5.2.3 or newer (you're using " . PHP_VERSION . ")"); // Gallery requires short_tags to be on !ini_get("short_open_tag") and exit("Gallery requires short_open_tag to be on."); |