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