X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=lead-confirm.php;h=3d51c0bb2e0d17c0c6532b4273deb50f00888bab;hp=25662f7b5f09b42ab2f89ed6ded5eb805916fbf6;hb=4430deea8d457245b0434b2b71570ad692dc7f6c;hpb=84317e249885eb03a99f2946acf285ff27d506ac diff --git a/lead-confirm.php b/lead-confirm.php index 25662f7b5f..3d51c0bb2e 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -35,13 +35,16 @@ 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" +$GLOBALS['output_mode'] = "0"; + // Load config.php require("inc/config.php");