Heacy rewrite/cleanup:
[mailer.git] / inc / install / install_page_finished.php
index e36a56a9495d4bcfb8b6ae169fff3d9c62eadceb..8decb7ad8f456cc78fb1db833172448bbcd13bff 100644 (file)
@@ -36,7 +36,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!isInstallationPhase())) {
+if ((!defined('__SECURITY')) || (!isInstaller())) {
        die();
 } // END - if