diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-27 19:37:16 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-27 19:37:16 +0000 |
commit | 0f86c7d022417c0c581c5cb0b2f5262c9cf705c7 (patch) | |
tree | dd1c72198d56e531bb036b1f94fd02e347a5756a /www-ssl | |
parent | bbc541d731d5faeecd9b52e611b10a6e375efb6b (diff) |
show errors
git-svn-id: svn://svn.cccv.de/engel-system@173 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/inc/error_handler.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php index 02afd27b..fa6f9f22 100755 --- a/www-ssl/inc/error_handler.php +++ b/www-ssl/inc/error_handler.php @@ -14,8 +14,11 @@ // register error handler set_error_handler("Error_Handler"); + ini_set( "error_reporting", E_ALL); - error_reporting(E_ALL); + ini_set( "display_errors", "On"); + ini_set( "display_startup_errors", "On"); + ini_set( "html_errors", "On"); // send errors function send_errors() |