X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=admin.php;h=c2beb5939a5942e448246816ed9b640d288c27aa;hb=b7aada7890a3c7d1c1da4d2b36d8d7683fa61c06;hp=c60d0823e7c7211ab20be3055895559962196b16;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597;p=mailer.git diff --git a/admin.php b/admin.php index c60d0823e7..c2beb5939a 100644 --- a/admin.php +++ b/admin.php @@ -35,7 +35,6 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; @@ -47,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 {