X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_5.php;h=ba84c15b6c427fd7e16267d7c8838847c2b2e874;hb=b5e396d81912f97a5752b4a4e61ae08f7c1efbd5;hp=d3aa53bc7ba88d3bc8f517d0021dbd1028820b48;hpb=fc58173ad036517148d2f17ad6e21cd756bb14e5;p=mailer.git diff --git a/inc/install/install_page_5.php b/inc/install/install_page_5.php index d3aa53bc7b..ba84c15b6c 100644 --- a/inc/install/install_page_5.php +++ b/inc/install/install_page_5.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,9 +48,9 @@ $content['slogan'] = postRequestElement('slogan'); $content['email'] = postRequestElement('email'); // SMTP settings -$content['smtp_host'] = postRequestElement('smtp_host'); -$content['smtp_user'] = postRequestElement('smtp_user'); -$content['smtp_pass'] = postRequestElement('smtp_pass1'); +$content['smtp_host'] = postRequestElement('smtp_host'); +$content['smtp_user'] = postRequestElement('smtp_user'); +$content['smtp_password'] = postRequestElement('smtp_password1'); // Database login data $OUT = '';