]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / extensions / ext-other.php
index 7f8f2aee833f6d9e0c6a02933d4f24689df4e0cf..dcb4ddf277cf6faff66eeab6d05c9ce4e4efbba2 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);
 }