X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Flead-confirm.php;h=a3c3638a1974fea73ad9fb8ab433faf247ef82ee;hp=fd99b4898413bc9ee6e1920369a9d4ee04f79269;hb=157ee010917df5ca07e6d31b42f67417b2516d74;hpb=2408c1599f73859fe4a2938e87bc080b9dcb9cca diff --git a/0.2.1/lead-confirm.php b/0.2.1/lead-confirm.php index fd99b48984..a3c3638a19 100644 --- a/0.2.1/lead-confirm.php +++ b/0.2.1/lead-confirm.php @@ -37,8 +37,8 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = trim(strip_tags($_GET['action'])); -if (!empty($_GET['what'])) $GLOBALS['what'] = trim(strip_tags($_GET['what'])); +if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); +if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // Set module $GLOBALS['module'] = "lead-confirm";