]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_welcome.php
Added some wrappers to speed-up things
[mailer.git] / inc / install / install_page_welcome.php
index b89f9a721dacf9175ab5502beb812028d58daf8f..70c5cbedb068bad617b39654eb2cea39c12f4a74 100644 (file)
@@ -36,7 +36,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!isInstallationPhase())) {
+if ((!defined('__SECURITY')) || (!isInstaller())) {
        die();
 } // END - if