X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Fmodules.php;h=9cc7ff28b9b61a8497c948976edb2499e784be69;hp=aa55cdabe20c87a650527a9cd0ecd9b207a89949;hb=38608468309a8f92f92a9538bf4b70021edd4457;hpb=f37d974e31f73857dffcdfc8a76cc8a68e0c705c diff --git a/0.2.1/modules.php b/0.2.1/modules.php index aa55cdabe2..9cc7ff28b9 100644 --- a/0.2.1/modules.php +++ b/0.2.1/modules.php @@ -44,6 +44,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; $GLOBALS['userid'] = 0; if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); +if (empty($_GET['module'])) $_GET['module'] = "index"; // Secure the module name (very important line!) $GLOBALS['module'] = htmlentities(strip_tags($_GET['module']), ENT_QUOTES);