X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Fshow_bonus.php;h=ebf4acd774e3dd32a244a7bb1ffaeee25a036d88;hp=8e1ed5f24dc798e9ceb2ae62642319049bfc3370;hb=157ee010917df5ca07e6d31b42f67417b2516d74;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc diff --git a/0.2.1/show_bonus.php b/0.2.1/show_bonus.php index 8e1ed5f24d..ebf4acd774 100644 --- a/0.2.1/show_bonus.php +++ b/0.2.1/show_bonus.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 this because we have no module in URI $GLOBALS['module'] = "show_bonus"; $CSS = 0;