]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
More globals rewritten, see #100
[mailer.git] / confirm.php
index ef0b7d9169d4faeadaf1cbc5bc7e3163558117cc..278c428eb8b45de0594fcd3f3d93da1937468dcc 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Set module to confirm
-$GLOBALS['module'] = "confirm"; $CSS = -1;
+$GLOBALS['module'] = "confirm";
+$GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");