X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_secure.php;h=d7156d0fc8f62da26093949cfa564b573a10a1cd;hb=841656d70d60cbd5f0768e12cf73a62aa643cf35;hp=f1406788423d863336fd61bdb7e7cfc6afaf9602;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/admin/what-config_secure.php b/inc/modules/admin/what-config_secure.php index f140678842..d7156d0fc8 100644 --- a/inc/modules/admin/what-config_secure.php +++ b/inc/modules/admin/what-config_secure.php @@ -46,7 +46,7 @@ addMenuDescription('admin', __FILE__); if (isFormSent()) { // If salt length is empty or null then we shall generate new passwords - if (!isPostRequestElementSet(('salt_length')) || (postRequestElement('salt_length') == '0')) { + if (!isPostRequestElementSet(('salt_length')) || (postRequestElement('salt_length') == 0)) { // Generate new passwords for all! loadInclude('inc/gen_sql_patches.php'); @@ -54,7 +54,7 @@ if (isFormSent()) { unsetPostRequestElement(('salt_length')); // Redirect to logout link - redirectToUrl('modules.php?module=admin&logout=1'); + redirectToUrl('modules.php?module=admin&logout=1'); } // END - if // Save settings