CSS fixes on default theme and type fixed
[mailer.git] / mailid_top.php
index 6ba01b401e258f28c31abf04d87b4bcc48991ac1..d406287c963f5e92bfaeff2b0f1a17e1c917e9f2 100644 (file)
@@ -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']);
 
 // Tell everyone we are in this module
 $GLOBALS['module'] = "mailid";  $CSS = "0";