]> git.mxchange.org Git - mailer.git/blobdiff - debug.php
More globals rewritten, see #100
[mailer.git] / debug.php
index dcbc274a9c0d4707982c217dfaffb0233cbe7e91..38b90c5b9e2bad2c9331194b47e9eca669880f4c 100644 (file)
--- a/debug.php
+++ b/debug.php
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
 $GLOBALS['what'] = "";
 $GLOBALS['action'] = "";
 
 // Set module and fake "CSS mode"
-$GLOBALS['module'] = "debug"; $GLOBALS['output_mode'] = -1;
+$GLOBALS['module'] = "debug";
+$GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");