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