]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
Several markup fixes
[mailer.git] / lead-confirm.php
index 1e03ef8159317fb6424659f87b8dbed1db83cf8e..1a89ab74d44b0680e34f652fbe8af64033aac9a2 100644 (file)
@@ -35,9 +35,9 @@
 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";
@@ -49,7 +49,7 @@ $GLOBALS['output_mode'] = "0";
 require("inc/config.php");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Header
        LOAD_INC("inc/header.php");