]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_1.php
Fixes for various bugs (e.g.: 'secret file could not be read', SQL error and more)
[mailer.git] / inc / install / install_page_1.php
index 13376a72cb2f40f0f0e7bd1bf7ae5141db44024a..f25eedaef693f2c8ff9e16cd15e52d7121d7e62d 100644 (file)
@@ -36,7 +36,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!isInstallationPhase())) {
+if ((!defined('__SECURITY')) || (!isInstaller())) {
        die();
 } // END - if