diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-18 10:06:29 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-18 10:06:29 +0200 |
commit | 9a902cb3b9cb9e6133c42aa047f410ed4f6dcdf1 (patch) | |
tree | 2a55898fdc1bcc58de478dd1fabd5614704e90da /index.php | |
parent | 7d53c0d983dbe88f310b0547a6c76b1354d7208f (diff) |
Moved backtrace constant to config/constants.php
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ if (defined('ENVIRONMENT')) { case 'development': error_reporting(-1); - define('SHOW_ERROR_BACKTRACE', TRUE); break; case 'testing': |