From 38608468309a8f92f92a9538bf4b70021edd4457 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 1 Feb 2008 22:15:11 +0000 Subject: [PATCH] no module fix --- 0.2.1/modules.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2