]> git.mxchange.org Git - mailer.git/blobdiff - img.php
More globals rewritten, see #100
[mailer.git] / img.php
diff --git a/img.php b/img.php
index cf410ccdb14ba007296e0cdf4cab79469575be86..0d68f14238004d7b17e01511c5e19f599af8ec50 100644 (file)
--- a/img.php
+++ b/img.php
 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'] = "img"; $GLOBALS['output_mode'] = -1;
+$GLOBALS['module'] = "img";
+$GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");