]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_secure.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / modules / admin / what-config_secure.php
index e241ce7d65c420b7437019b8025e803f5dfc3e5f..b717f17bcca13b19e9bfdf7573b4b95a8bbe5687 100644 (file)
@@ -43,7 +43,7 @@ if (isset($_POST['ok'])) {
        // If salt length is empty or null then we shall generate new passwords
        if (empty($_POST['salt_length']) || ($_POST['salt_length'] == "0")) {
                // Generate new passwords for all!
-               require(PATH."/inc/gen_sql_patches.php");
+               LOAD_INC("inc/gen_sql_patches.php");
 
                // Forget the wrong number!
                unset($_POST['salt_length']);