X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=lead-confirm.php;h=3d51c0bb2e0d17c0c6532b4273deb50f00888bab;hp=1214fec931112e559a7dd993d2e23fb053ac492b;hb=e0f29b44879d7aba8e9b7c95b248910375c2312a;hpb=d2b67884c1d4c5aba9ea85400355bc23f7a2dcad diff --git a/lead-confirm.php b/lead-confirm.php index 1214fec931..3d51c0bb2e 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -35,15 +35,15 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action, $startTime; $GLOBALS['startTime'] = microtime(true); -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "lead-confirm"; // Set "CSS-Mode" -$CSS = "0"; +$GLOBALS['output_mode'] = "0"; // Load config.php require("inc/config.php");