no module fix
[mailer.git] / 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);