]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/install.php
- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / install.php
index 7ce3c6a78388d3e54b8c1b154f046ba69b7753d2..bac5820b55398ba8338480324921d7c18d1a5aa9 100644 (file)
@@ -18,7 +18,7 @@
  *                                                                      *\r
  *           First of all setup the base URL.                           *\r
  * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Installationsscript. Bitte löschen Sie diese     *\r
+ * Kurzbeschreibung  : Installationsscript. Bitte lschen Sie diese     *\r
  *           Datei nach der fertiggestellten Installation oder JEDER    *\r
  *           kann Ihr Mailtausch-Script neu einstellen!!!               *\r
  *                                                                      *\r
@@ -26,7 +26,7 @@
  * -------------------------------------------------------------------- *\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
@@ -54,8 +54,8 @@ require ("inc/libs/security_functions.php");
 // 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'] = "install";\r