}
// 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']); }
// 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']); }
}