X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Flead-confirm.php;h=a3c3638a1974fea73ad9fb8ab433faf247ef82ee;hp=fdf71ef6e17c3e4bc8312f041e1962ead936eb8b;hb=157ee010917df5ca07e6d31b42f67417b2516d74;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc diff --git a/0.2.1/lead-confirm.php b/0.2.1/lead-confirm.php index fdf71ef6e1..a3c3638a19 100644 --- a/0.2.1/lead-confirm.php +++ b/0.2.1/lead-confirm.php @@ -8,11 +8,11 @@ * -------------------------------------------------------------------- * * Short description : Script for lead-campaign codes * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Alles um den Bestätigungslink * + * Kurzbeschreibung : Alles um den Best�tigungslink * * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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";