More globals rewritten, see #100
[mailer.git] / modules.php
index 0b111174af4508e3aaa7040b9fd4e310e3154a5e..d19dbb2c85897c60a045786bca72f0bf62803f8a 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action, $startTime;
 $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['output_mode'] = 0;
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what']   = "";
+$GLOBALS['action'] = "";
 $GLOBALS['userid'] = 0;
 
 // Fix missing module to "index"