]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
More globals rewritten, see #100
[mailer.git] / sponsor_confirm.php
index 32fbdd51953852d6c3780b4c109c3ae6401e2fe5..5fb6ec57811b6b4fe63321bea6b74d722c885dbf 100644 (file)
 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";
 
 // Set "CSS-Mode"
-$CSS = "0";
+$GLOBALS['output_mode'] = "0";
 
 // Load the required file(s)
 require("inc/config.php");