XHTML fixes (not fully valid)
[mailer.git] / view.php
index 2f688f67c37856ef6e44cec0285b16b38c8ac048..003ca6de1f779f0958e118dd6b1c6e8c3b61531a 100644 (file)
--- a/view.php
+++ b/view.php
@@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php");
 // Init "action" and "what"
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
-if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']);
-if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']);
 
 // Set module
 $GLOBALS['module'] = "view"; $CSS = -1;