X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=f9b7e2d5ca2425c921cedd863aa142600ffde748;hp=c19e9a2f7700ba38b02a3ecfa66fb67a3c0127fb;hb=64d07c28338c2b08687ff394235101c79cd3077f;hpb=a954ccdf4aba81ec0e75a1836aa4bc14cb245aba diff --git a/index.php b/index.php index c19e9a2f77..f9b7e2d5ca 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,12 @@ * Kurzbeschreibung : Index-Seite. Eine simple Weiterleitung auf die * * modules.php * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -36,17 +41,20 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "index"; +// Set "CSS-Mode" +$GLOBALS['output_mode'] = "0"; + // Load config.php require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Header LOAD_INC("inc/header.php"); @@ -88,4 +96,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { } // All done here... +shutdown(); + +// ?>