X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=modules.php;h=4f49e79ec114c42059ce86e62b3af469907b5483;hb=071aa4553811c2d5efa4129fc859e63f54319fb0;hp=446ffe9cd360f67285f0ccf7e273599ca3ade983;hpb=f225b2a600dba0c79fe2499d6360630a9d556bb3;p=mailer.git diff --git a/modules.php b/modules.php index 446ffe9cd3..4f49e79ec1 100644 --- a/modules.php +++ b/modules.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -56,15 +54,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');