X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=view.php;h=003ca6de1f779f0958e118dd6b1c6e8c3b61531a;hp=2f688f67c37856ef6e44cec0285b16b38c8ac048;hb=14ae8b40cb632b2135707bd21f599a2bc8a4afdc;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/view.php b/view.php index 2f688f67c3..003ca6de1f 100644 --- a/view.php +++ b/view.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'] = "view"; $CSS = -1;