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