summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-18 10:06:29 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-18 10:06:29 +0200
commit9a902cb3b9cb9e6133c42aa047f410ed4f6dcdf1 (patch)
tree2a55898fdc1bcc58de478dd1fabd5614704e90da /index.php
parent7d53c0d983dbe88f310b0547a6c76b1354d7208f (diff)
Moved backtrace constant to config/constants.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
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':