]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_1.php
Added missing 'extension' initialization in installer and used EL code there + fixed...
[mailer.git] / inc / install / install_page_1.php
index 3fc9df1e4400859f5edeae5c5aa133145e249181..f25eedaef693f2c8ff9e16cd15e52d7121d7e62d 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