]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/modules.php
template
[mailer.git] / 0.2.1 / modules.php
index 6afd21265fc02727132ae8ffdd758fca77809caa..9cc7ff28b9b61a8497c948976edb2499e784be69 100644 (file)
@@ -8,7 +8,7 @@
  * -------------------------------------------------------------------- *
  * Short description : Main loader file. Loads our needed stuff         *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Hauptladedatei. L�dt alle ben�tigten Dateien     *
+ * Kurzbeschreibung  : Hauptladedatei. Laedt alle benoetigten Dateien   *
  * -------------------------------------------------------------------- *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -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);