X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_3.php;h=7a985dab6195e8bbbac99da0f4d093cd1b2c39df;hb=33a76a20bc94ffe95e9f13906eb7dc5cf354948d;hp=57256a328dc7e19c71a9c04bece253a912d247b8;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;p=mailer.git diff --git a/inc/install/install_page_3.php b/inc/install/install_page_3.php index 57256a328d..7a985dab61 100644 --- a/inc/install/install_page_3.php +++ b/inc/install/install_page_3.php @@ -56,9 +56,9 @@ $smtpPass2 = '{?SMTP_PASSWORD?}'; // Overwrite it with the data from sent (failed) form if (isPostRequestElementSet('smtp_host')) $smtpHost = postRequestElement('smtp_host'); if (isPostRequestElementSet('smtp_user')) $smtpUser = postRequestElement('smtp_user'); -if (isPostRequestElementSet('smtp_pass')) { - $smtpPass1 = postRequestElement('smtp_pass'); - $smtpPass2 = postRequestElement('smtp_pass'); +if (isPostRequestElementSet('smtp_password')) { + $smtpPass1 = postRequestElement('smtp_password'); + $smtpPass2 = postRequestElement('smtp_password'); } // END - if // Database login data