commit | 233b671f0f704ad75685ef9845ae9267643dd77d | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Thu Oct 13 11:56:44 2011 -0300 |
committer | Timothy Warren <tim@timshomepage.net> | Thu Oct 13 11:56:44 2011 -0300 |
tree | 891a91e8355b760a54547627292f3b1ef34c39b0 | |
parent | bb117677ab5a6096168f7c052853c94ecba19339 [diff] [blame] |
Added backtrace contstant
diff --git a/index.php b/index.php index c50cfed..312fbfb 100644 --- a/index.php +++ b/index.php
@@ -34,6 +34,7 @@ { case 'development': error_reporting(-1); + define('SHOW_ERROR_BACKTRACE', TRUE); break; case 'testing':