]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/chk_login.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / modules / chk_login.php
index 8d46fd5d7d3f50a34748ce48d45e0009cd887dd4..33e652776f3221006443bb84d0a6c8214427bccb 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);
 }