]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Notice fixed and RewriteEngine enabled in .htaccess
[mailer.git] / doubler.php
index 637bd4411df299debb54c0085b1cc1a3cfa81cc1..9d3a4432e6e505ac08e3aa9eaf91a8f8552a6031 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'] = "doubler";