X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=68192d26c8513eb9c137034ed41137a5dbac4111;hp=babf54fa354caf433a6359972d944375d5f15292;hb=8a9324b2d931f54f54f4319fd7234910af77012c;hpb=bd6d4243597eb81b104801b91ad942ce4efa5bf1 diff --git a/mailid.php b/mailid.php index babf54fa35..68192d26c8 100644 --- a/mailid.php +++ b/mailid.php @@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); -if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // Tell everyone we are in this module $GLOBALS['module'] = "mailid"; $CSS = -1;