diff options
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': |