]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_5.php
inc/session.php is no longer needed.
[mailer.git] / inc / install / install_page_5.php
index d3aa53bc7ba88d3bc8f517d0021dbd1028820b48..9f8e363a1d7da130683104019c20825e6237f872 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 *
@@ -36,7 +36,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!isInstallationPhase())) {
+if ((!defined('__SECURITY')) || (!isInstaller())) {
        die();
 } // END - if
 
@@ -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 = '';