X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=css.php;h=ef86272f3a696d839f4e5caa5a7471b00e79d978;hb=b32013a6f8740467095400d9684b6f2277e910af;hp=cdc3461e4fd719079005868909cbd8593ce76193;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git diff --git a/css.php b/css.php index cdc3461e4f..ef86272f3a 100644 --- 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'] = ""; -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";