diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php index e444e18c..02afd27b 100755 --- a/www-ssl/inc/error_handler.php +++ b/www-ssl/inc/error_handler.php @@ -13,10 +13,10 @@ } // register error handler -// set_error_handler("Error_Handler", E_ALL); set_error_handler("Error_Handler"); - - + ini_set( "error_reporting", E_ALL); + error_reporting(E_ALL); + // send errors function send_errors() {