projects
/
mailer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no module fix
[mailer.git]
/
0.2.1
/
modules.php
diff --git
a/0.2.1/modules.php
b/0.2.1/modules.php
index aa55cdabe20c87a650527a9cd0ecd9b207a89949..9cc7ff28b9b61a8497c948976edb2499e784be69 100644
(file)
--- 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']);
$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);
// Secure the module name (very important line!)
$GLOBALS['module'] = htmlentities(strip_tags($_GET['module']), ENT_QUOTES);