]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Editing of bank packages added (updating records not finished!)
[mailer.git] / inc / modules / admin / what-config_other.php
index ad5dc9e0c32973fb7e90487406b2373d80b962b7..2421b01083b0837e0711865df88ecf210cd20728 100644 (file)
@@ -56,7 +56,7 @@ if (isset($_POST['ok'])) {
        }
 
        // Online-Timeout shall be > 0 or your database will crow and crow and crow...
-       if (!isset($_POST['online_timeout']))         { unset($_POST['ok']); }
+       if (!isset($_POST['online_timeout']))        { unset($_POST['ok']); }
 
        // Chedck other timestamps (which can be zero!)
        if (!isset($_POST['profile_lock']))          { unset($_POST['ok']); }
@@ -66,8 +66,6 @@ if (isset($_POST['ok'])) {
 
        // Check other settings
        if (!isset($_POST['max_send']))              { unset($_POST['ok']); }
-       if (!isset($_POST['max_tlength']))           { unset($_POST['ok']); }
-       if (!isset($_POST['unconfirmed']))           { unset($_POST['ok']); }
        if (!isset($_POST['code_length']))           { unset($_POST['ok']); }
        if (!isset($_POST['reject_url']))            { unset($_POST['ok']); }
 }
@@ -171,7 +169,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_SHOW_TIMINGS_N', ' checked');
        }
 
-       if ($_CONFIG['mailid_error_redirect'] == 'index') {
+       if ($_CONFIG['mailid_error_redirect'] == 'INDEX') {
                define('_CFG_MAILID_REDIRECT_INDEX', ' checked');
                define('_CFG_MAILID_REDIRECT_REJECT', "");
        } else {