diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 06:30:32 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 06:30:32 +0000 |
commit | ad16488643017f293dda6b226024751d15cb4426 (patch) | |
tree | cb341549584b0771a255097abf8d9f504035932d /index.php | |
parent | 09d0cd6f01f70b2393f56ea5573af03cb8eb5d87 (diff) |
Turn on IN_PRODUCTION mode now across the board. Create our own error
page where we'll show whatever information is useful. Get rid of the
IN_PRODUCTION hack in MY_View.php that we no longer need.
Diffstat (limited to 'index.php')
-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', false); +define('IN_PRODUCTION', true); // Gallery requires PHP 5.2+ version_compare(PHP_VERSION, '5.2', '<') and exit('Gallery requires PHP 5.2 or newer.'); |