]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_details.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / modules / admin / what-email_details.php
index da4610be15534c9ed240c86131edfd97722ca155..88c24a0096b11b9801ce64a81300cd16eb8e30ad 100644 (file)
@@ -48,7 +48,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $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);
 }