]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-lock_user.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / modules / admin / what-lock_user.php
index 70f28f228727cb4c5c450a98a15dd3212396a954..7bc533df5e41f9ecb647854e73330f76ebf9450f 100644 (file)
@@ -38,7 +38,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);
 }