]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
More globals rewritten, see #100
[mailer.git] / doubler.php
index fb92ccfbd4d42ec769e6123dde6a73eecec8dcbf..92ebdc48e6f55102f3086e73d57c3189ef712321 100644 (file)
@@ -35,7 +35,6 @@
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action, $startTime;
 $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['what'] = "";
 $GLOBALS['action'] = "";
@@ -43,7 +42,7 @@ $GLOBALS['action'] = "";
 // Set module
 $GLOBALS['module'] = "doubler";
 $GLOBALS['refid'] = 0;
-$CSS = 0;
+$GLOBALS['output_mode'] = 0;
 
 // Load the required file(s)
 require("inc/config.php");