X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=login.php;h=5de0aee7769a3ed5d527549664102e788b4550cc;hp=31c3fdb11aa2c197d8791fd00aa8e1cb8ce7f3c5;hb=2271b257e04ecbecf1c1e9fe91cd948b50e1ded4;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597 diff --git a/login.php b/login.php index 31c3fdb11a..5de0aee776 100644 --- a/login.php +++ b/login.php @@ -35,8 +35,8 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "login"; @@ -48,7 +48,7 @@ $GLOBALS['output_mode'] = "0"; require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Is this a member? if (IS_MEMBER()) { // Then redirect into login area