]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_5.php
Support all extensions in link, too
[mailer.git] / inc / install / install_page_5.php
index d3aa53bc7ba88d3bc8f517d0021dbd1028820b48..ba84c15b6c427fd7e16267d7c8838847c2b2e874 100644 (file)
@@ -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 = '';