]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
More globals rewritten, see #100
[mailer.git] / mailid.php
index 4371aad6f9894212fa09b79777fdb2f2d4146867..0847e7d3d6c969315f3ed67b0e1fe115a6383c71 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Tell everyone we are in this module
-$GLOBALS['module'] = "mailid"; $GLOBALS['output_mode'] = -1;
+$GLOBALS['module'] = "mailid";
+$GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");