X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=confirm.php;h=42165299f6a1f40701398a3aea3fd5ddc55fdc63;hb=549e4844a9961711f93f18320fdbe08afa23d22f;hp=e844c6c77e3ebde2d872673b69c73f058ba1fe49;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/confirm.php b/confirm.php index e844c6c77e..42165299f6 100644 --- a/confirm.php +++ b/confirm.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']); // Set module to confirm $GLOBALS['module'] = "confirm"; $CSS = -1;