- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / lead-confirm.php
index fdf71ef6e17c3e4bc8312f041e1962ead936eb8b..a3c3638a1974fea73ad9fb8ab433faf247ef82ee 100644 (file)
@@ -8,11 +8,11 @@
  * -------------------------------------------------------------------- *\r
  * Short description : Script for lead-campaign codes                   *\r
  * -------------------------------------------------------------------- *\r
  * -------------------------------------------------------------------- *\r
  * Short description : Script for lead-campaign codes                   *\r
  * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Alles um den Bestätigungslink                    *\r
+ * Kurzbeschreibung  : Alles um den Besttigungslink                    *\r
  * -------------------------------------------------------------------- *\r
  *                                                                      *\r
  * -------------------------------------------------------------------- *\r
  * -------------------------------------------------------------------- *\r
  *                                                                      *\r
  * -------------------------------------------------------------------- *\r
- * Copyright (c) 2003 - 2007 by Roland Haeder                           *\r
+ * Copyright (c) 2003 - 2008 by Roland Haeder                           *\r
  * For more information visit: http://www.mxchange.org                  *\r
  *                                                                      *\r
  * This program is free software; you can redistribute it and/or modify *\r
  * For more information visit: http://www.mxchange.org                  *\r
  *                                                                      *\r
  * This program is free software; you can redistribute it and/or modify *\r
@@ -37,8 +37,8 @@ require_once("inc/libs/security_functions.php");
 // Init "action" and "what"\r
 global $what, $action;\r
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";\r
 // Init "action" and "what"\r
 global $what, $action;\r
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";\r
-if (!empty($_GET['action'])) $GLOBALS['action'] = trim(strip_tags($_GET['action']));\r
-if (!empty($_GET['what'])) $GLOBALS['what'] = trim(strip_tags($_GET['what']));\r
+if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']);\r
+if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']);\r
 \r
 // Set module\r
 $GLOBALS['module'] = "lead-confirm";\r
 \r
 // Set module\r
 $GLOBALS['module'] = "lead-confirm";\r