- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / confirm.php
index a58af9ba829f2bbbb9a89a0e753faecaa0ac576e..9d18c113946447246f302324f746668583169ca0 100644 (file)
@@ -8,11 +8,11 @@
  * -------------------------------------------------------------------- *\r
  * Short description : Redirection for the confirmation link            *\r
  * -------------------------------------------------------------------- *\r
  * -------------------------------------------------------------------- *\r
  * Short description : Redirection for the confirmation link            *\r
  * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Weiterleitungsscript für den Bestätigungslink    *\r
+ * Kurzbeschreibung  : Weiterleitungsscript f�r den Best�tigungslink    *\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 to confirm\r
 $GLOBALS['module'] = "confirm"; $CSS = -1;\r
 \r
 // Set module to confirm\r
 $GLOBALS['module'] = "confirm"; $CSS = -1;\r