X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lead-confirm.php;h=1a89ab74d44b0680e34f652fbe8af64033aac9a2;hb=9085aa01e80255277dc8f99b2b45cddc5c19d32e;hp=25662f7b5f09b42ab2f89ed6ded5eb805916fbf6;hpb=2f62df09bf9e8a28eb480f69b0a3e41c863e97d6;p=mailer.git diff --git a/lead-confirm.php b/lead-confirm.php index 25662f7b5f..1a89ab74d4 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -35,18 +35,21 @@ 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"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Header LOAD_INC("inc/header.php");