X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=img.php;h=82855eee2e59ed08d7d3696067647e6982c5ebc6;hp=94878c19a323a5083df6d0425ad5b3308d65c34f;hb=60494e212a67fe360bfbb481eb4928480a6f379b;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/img.php b/img.php index 94878c19a3..82855eee2e 100644 --- a/img.php +++ b/img.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'] = "img"; $CSS = -1;