X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=login.php;h=231f9cdf278fcd1b1110134dcd30c0ada3ef41a3;hb=e0f29b44879d7aba8e9b7c95b248910375c2312a;hp=31c3fdb11aa2c197d8791fd00aa8e1cb8ce7f3c5;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597;p=mailer.git diff --git a/login.php b/login.php index 31c3fdb11a..231f9cdf27 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";