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