diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-13 16:56:44 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-13 16:56:44 +0200 |
commit | 233b671f0f704ad75685ef9845ae9267643dd77d (patch) | |
tree | 891a91e8355b760a54547627292f3b1ef34c39b0 /index.php | |
parent | bb117677ab5a6096168f7c052853c94ecba19339 (diff) |
Added backtrace contstant
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ if (defined('ENVIRONMENT')) { case 'development': error_reporting(-1); + define('SHOW_ERROR_BACKTRACE', TRUE); break; case 'testing': |