X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=modules.php;h=f89ea6c6e345a2fdc67997911f1658dd4c35bcc8;hb=5736dfb1b51bff78b3594a166f350e76784fa0ff;hp=446ffe9cd360f67285f0ccf7e273599ca3ade983;hpb=167d39e945012d65d0f48330ef80a9e14206df97;p=mailer.git diff --git a/modules.php b/modules.php index 446ffe9cd3..f89ea6c6e3 100644 --- a/modules.php +++ b/modules.php @@ -56,15 +56,6 @@ require('inc/config-global.php'); // Set content type setContentType('text/html'); -// Fix missing module to 'index' -if (!isGetRequestParameterSet('module')) { - // Set element - setGetRequestParameter('module', 'index'); - - // ... and module - setModule('index'); -} // END - if - // The header file loadIncludeOnce('inc/header.php');