X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=login.php;h=231f9cdf278fcd1b1110134dcd30c0ada3ef41a3;hb=439a544d74b0f34908b8524777c8c50294c03073;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";