]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
More double- to single-quotes rewritten
[mailer.git] / inc / handler.php
index 7bba6be8918fbeb5d3870c4038a72e9563735c62..09fc98937897af00392d8b0f9285ea81073e5d48 100644 (file)
@@ -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,7 +56,7 @@ 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
                app_die(__FUNCTION__, __LINE__, "Error message written to debug.log. Please try to call <a href=\"{!URL!}\">the main page</a> to continue.");
        } else {