summaryrefslogtreecommitdiffstats
path: root/application/config/constants.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-18 13:23:23 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-18 13:23:23 +0200
commit66bd5899295bcd93014e9f36468b57bfe855c780 (patch)
treed5842c71a96fa9c6fbc7155b247ba943a8d5d61d /application/config/constants.php
parent112e2bebadc0abe346bb1dffddc150421ebb0862 (diff)
parentbf18178de31418d3a8202a82a34e24bb7cb84579 (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.php12
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