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