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