]> git.mxchange.org Git - mailer.git/blobdiff - admin.php
More rewrites of constants and fix for loading mass-included scripts by GET_DIR_AS_AR...
[mailer.git] / admin.php
index 97c2630822138078d590213a51edce7ba0603625..c2beb5939a5942e448246816ed9b640d288c27aa 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -46,7 +46,7 @@ $GLOBALS['output_mode'] = -1;
 require("inc/config.php");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Simply redirect... :-)
        LOAD_URL("modules.php?module=admin");
 } else {