Script stats added in footer
[mailer.git] / lead-confirm.php
index 825b1e5f83f9540a71204a839410924a38f12a63..e04ea259b5c6ba0b8b0f2bdb56aa5cc000e3ed49 100644 (file)
 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";