diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-18 13:23:23 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-18 13:23:23 +0200 |
commit | 66bd5899295bcd93014e9f36468b57bfe855c780 (patch) | |
tree | d5842c71a96fa9c6fbc7155b247ba943a8d5d61d /application/config/constants.php | |
parent | 112e2bebadc0abe346bb1dffddc150421ebb0862 (diff) | |
parent | bf18178de31418d3a8202a82a34e24bb7cb84579 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'application/config/constants.php')
-rw-r--r-- | application/config/constants.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/application/config/constants.php b/application/config/constants.php index 4a879d360..ee177f5ad 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -36,6 +36,18 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b'); define('FOPEN_WRITE_CREATE_STRICT', 'xb'); define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); +/* +|-------------------------------------------------------------------------- +| Display Debug backtrace +|-------------------------------------------------------------------------- +| +| If set to TRUE, a backtrace will be displayed along with php errors. If +| error_reporting is disabled, the backtrace will not display, regardless +| of this setting +| +*/ +define('SHOW_DEBUG_BACKTRACE', TRUE); + /* End of file constants.php */ /* Location: ./application/config/constants.php */
\ No newline at end of file |