]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_3.php
Heacy rewrite/cleanup:
[mailer.git] / inc / install / install_page_3.php
index 60ef83c0cd2f4f83dc7b1f7bc74bf7f7c18e7c49..57256a328dc7e19c71a9c04bece253a912d247b8 100644 (file)
@@ -36,7 +36,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!isInstallationPhase())) {
+if ((!defined('__SECURITY')) || (!isInstaller())) {
        die();
 } // END - if