From 5160cc9a869e27a696f93f64127eef15c54f5d64 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 18 Oct 2011 06:50:06 -0400 Subject: Renamed constant, added 10px margin to backtrace --- application/config/constants.php | 2 +- application/errors/error_php.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'application') diff --git a/application/config/constants.php b/application/config/constants.php index f41f86b74..ee177f5ad 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -46,7 +46,7 @@ define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); | of this setting | */ -define('SHOW_ERROR_BACKTRACE', TRUE); +define('SHOW_DEBUG_BACKTRACE', TRUE); /* End of file constants.php */ diff --git a/application/errors/error_php.php b/application/errors/error_php.php index b7fdec44a..514e477e8 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -7,13 +7,13 @@

Filename:

Line Number:

- +

Backtrace:

-

+

File:
Line:
Function: -- cgit v1.2.3-24-g4f1b