From 9a902cb3b9cb9e6133c42aa047f410ed4f6dcdf1 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 18 Oct 2011 04:06:29 -0400 Subject: Moved backtrace constant to config/constants.php --- index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 312fbfb1d..c50cfed43 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,6 @@ if (defined('ENVIRONMENT')) { case 'development': error_reporting(-1); - define('SHOW_ERROR_BACKTRACE', TRUE); break; case 'testing': -- cgit v1.2.3-24-g4f1b