]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
Advertising network 'AdConvention' fully added
[mailer.git] / modules.php
index 446ffe9cd360f67285f0ccf7e273599ca3ade983..f89ea6c6e345a2fdc67997911f1658dd4c35bcc8 100644 (file)
@@ -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');