X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=agb.php;h=4c878bc909d3856b0621e3937d5b44547e823d26;hp=a802e0c4014ef25fce24b648fddeb0b94a512cc8;hb=c99c15da4f0f45ea20be40a1320112e7af83af90;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/agb.php b/agb.php index a802e0c401..4c878bc909 100644 --- a/agb.php +++ b/agb.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'] = "agb"; $CSS = -1;