X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_secure.php;h=ab2a1234e05ac697438a59cb17120b9c54ddb527;hp=b6d4f6425c44cefd102796d7cf5a99c938804064;hb=3afdce4fe00b4af570122ce7b8158ced44aec7d3;hpb=30986f637cd3c03951bdbfc880b9a420f7724ce0 diff --git a/inc/modules/admin/what-config_secure.php b/inc/modules/admin/what-config_secure.php index b6d4f6425c..ab2a1234e0 100644 --- a/inc/modules/admin/what-config_secure.php +++ b/inc/modules/admin/what-config_secure.php @@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR('admin', __FILE__); -if (IS_FORM_SENT()) { +if (isFormSent()) { // If salt length is empty or null then we shall generate new passwords if (!REQUEST_ISSET_POST(('salt_length')) || (REQUEST_POST('salt_length') == '0')) { // Generate new passwords for all!