wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / css.php
diff --git a/css.php b/css.php
index cdc3461e4fd719079005868909cbd8593ce76193..ef86272f3a696d839f4e5caa5a7471b00e79d978 100644 (file)
--- a/css.php
+++ b/css.php
@@ -40,8 +40,6 @@ require_once("inc/libs/security_functions.php");
 // Init "action" and "what"
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // 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']);
 
 // This is a CSS file loader!
 $CSS = "1"; $GLOBALS['module'] = "css";
 
 // This is a CSS file loader!
 $CSS = "1"; $GLOBALS['module'] = "css";