]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_active.php
Even more rewritten
[mailer.git] / inc / modules / admin / what-config_active.php
index 8eae76c3620d3fa0c80bbd74c252d86b7bd3140f..e6dffcbeb3fa85292d8d86409643004959110a40 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);
 }