X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=f4c8ab5e9a1811a14a23081031c2152e2c057fe4;hp=f9b7e2d5ca2425c921cedd863aa142600ffde748;hb=46f2e389417a40f1029612b58cb285416ccae7a5;hpb=508228c85fba8448d00865b1639cb8cd7a69e457 diff --git a/index.php b/index.php index f9b7e2d5ca..f4c8ab5e9a 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Index-Seite. Eine simple Weiterleitung auf die * * modules.php * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -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");