X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fhandler.php;h=09fc98937897af00392d8b0f9285ea81073e5d48;hb=9cfe8dd2ab2dc5b3abb38789c8819adcb797155f;hp=6daf6e476644d8bc4e10f7926991270de7c3949e;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/handler.php b/inc/handler.php index 6daf6e4766..09fc989378 100644 --- a/inc/handler.php +++ b/inc/handler.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -56,9 +56,9 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { DEBUG_LOG(__FUNCTION__, __LINE__, "".$msg, true); // Output message to user and die - if (EXT_IS_ACTIVE("debug")) { + if (EXT_IS_ACTIVE('debug')) { // Debug extension found! So Output a small message - mxchange_die("Error message written to debug.log. Please try to call the main page to continue."); + app_die(__FUNCTION__, __LINE__, "Error message written to debug.log. Please try to call the main page to continue."); } else { // No debug extension found, so regular output debug_report_bug($msg);