]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-install_ajax.php
Updated copyright year.
[mailer.git] / inc / js / js-install_ajax.php
index f95ab2f7cdfb2c00b237eb537e1d768eae43ac36..678a65920f364d38d624eb3799c973c26fda1cc4 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 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -38,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((!isInstallationPhase()) || (!isGetRequestElementSet('install_page'))) {
+} elseif ((!isInstaller()) || (!isGetRequestElementSet('install_page'))) {
        return;
 }