]> git.mxchange.org Git - mailer.git/blobdiff - login.php
More globals rewritten, see #100
[mailer.git] / login.php
index 31c3fdb11aa2c197d8791fd00aa8e1cb8ce7f3c5..231f9cdf278fcd1b1110134dcd30c0ada3ef41a3 100644 (file)
--- 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";