diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 23:10:39 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 23:10:39 +0000 |
commit | 3024d2313be97a866d1b922b94333e8b63174be7 (patch) | |
tree | 15136a31abd4f6adf15ae65c0fb70902ad456b29 | |
parent | fd4faa89e63b72eeb07f0339a2be928e464e39ef (diff) |
Turn IN_PRODUCTION to false while we work on G3
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ // Set this to true to disable demo/debugging controllers -define('IN_PRODUCTION', true); +define('IN_PRODUCTION', false); // Gallery requires PHP 5.2+ version_compare(PHP_VERSION, '5.2', '<') and exit('Gallery requires PHP 5.2 or newer.'); |