]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
More globals rewritten, see #100
[mailer.git] / sponsor_confirm.php
index 9ad343c377e703e1a588f455a01efed8f6ef90b6..5fb6ec57811b6b4fe63321bea6b74d722c885dbf 100644 (file)
@@ -34,8 +34,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'] = "sponsor_confirm";