CSS fixes on default theme and type fixed
[mailer.git] / click.php
index 8a083637b46035d474f1f8bbc2d069d46b23e5e7..1601300cadc032726d5390065dc64e1b52b88e3e 100644 (file)
--- a/click.php
+++ b/click.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'] = "click"; $CSS = -1;