X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=lead-confirm.php;h=e04ea259b5c6ba0b8b0f2bdb56aa5cc000e3ed49;hp=825b1e5f83f9540a71204a839410924a38f12a63;hb=c99c15da4f0f45ea20be40a1320112e7af83af90;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/lead-confirm.php b/lead-confirm.php index 825b1e5f83..e04ea259b5 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -35,10 +35,9 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; +global $what, $action, $startTime; +$GLOBALS['startTime'] = microtime(true); $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); -if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // Set module $GLOBALS['module'] = "lead-confirm";