X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=css.php;h=ef86272f3a696d839f4e5caa5a7471b00e79d978;hp=cdc3461e4fd719079005868909cbd8593ce76193;hb=c99c15da4f0f45ea20be40a1320112e7af83af90;hpb=75ad748a68473ace540251427a74fb781b1145e9 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";