diff options
Diffstat (limited to 'www-ssl/inc')
-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() |