no module fix
authorRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2008 22:15:11 +0000 (22:15 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2008 22:15:11 +0000 (22:15 +0000)
0.2.1/modules.php

index aa55cdabe20c87a650527a9cd0ecd9b207a89949..9cc7ff28b9b61a8497c948976edb2499e784be69 100644 (file)
@@ -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);