X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=f4c8ab5e9a1811a14a23081031c2152e2c057fe4;hp=7fa5198f4117b431885fdbdfcabdd7c1060d3fe4;hb=9d527cf8f2d95f7f58a42cb159f0ffc732f49d39;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7 diff --git a/index.php b/index.php index 7fa5198f41..f4c8ab5e9a 100644 --- a/index.php +++ b/index.php @@ -11,10 +11,10 @@ * Kurzbeschreibung : Index-Seite. Eine simple Weiterleitung auf die * * modules.php * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -82,7 +82,7 @@ if (isInstalled()) { define('__DELAY_VALUE', (getConfig('index_delay') * 1000 + 500)); define('__MOD_VALUE' , ADD_URL_DATA("index")); LOAD_TEMPLATE("index_forward"); - } + } // END - if } else { // Redirect to main page LOAD_URL("modules.php?module=index");