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