]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
query masking rewritten in more SQLs, several cleanups and fix on beg link
[mailer.git] / inc / modules / admin / what-config_home.php
index d5806152cf865b930b00b3e635e9f0962c6c3e7d..e606232a754c486b8eeecb51c8b2855c67ac6ec6 100644 (file)
@@ -53,8 +53,8 @@ case "settings": // Settings related to the index page
        if (isset($_POST['ok']))
        {
                // Save settings
-               ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
-               OUTPUT_HTML ("<A href=\"".URL."/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">".ADMIN_CONTINUE_TO_CONFIG."</A>");
+               ADMIN_SAVE_SETTINGS($_POST);
+               OUTPUT_HTML("<A href=\"".URL."/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">".ADMIN_CONTINUE_TO_CONFIG."</A>");
        }
         else
        {