summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-27 19:37:16 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-27 19:37:16 +0000
commit0f86c7d022417c0c581c5cb0b2f5262c9cf705c7 (patch)
treedd1c72198d56e531bb036b1f94fd02e347a5756a /www-ssl
parentbbc541d731d5faeecd9b52e611b10a6e375efb6b (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-xwww-ssl/inc/error_handler.php5
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()