From 3024d2313be97a866d1b922b94333e8b63174be7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 11 Nov 2008 23:10:39 +0000 Subject: Turn IN_PRODUCTION to false while we work on G3 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 821cf3de..96360bfe 100644 --- a/index.php +++ b/index.php @@ -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.'); -- cgit v1.2.3