From: Roland Häder Date: Fri, 1 Feb 2008 22:15:11 +0000 (+0000) Subject: no module fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=38608468309a8f92f92a9538bf4b70021edd4457 no module fix --- 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);