]> git.mxchange.org Git - mailer.git/blobdiff - show_bonus.php
More globals rewritten, see #100
[mailer.git] / show_bonus.php
index eb0060fa43f69b5ea88df499cafd8bde730f0159..b92c0a8921596e978df431e5f96fc4651f8719a0 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action, $startTime;
 $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['what'] = "";
 $GLOBALS['action'] = "";
 
 // Set this because we have no module in URI
-$GLOBALS['module'] = "show_bonus"; $GLOBALS['output_mode'] = 0;
+$GLOBALS['module'] = "show_bonus";
+$GLOBALS['output_mode'] = 0;
 
 // Load the required file(s)
 require("inc/config.php");