X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=img.php;h=46d8eb651d84a88ed0ace965f07601984dfb2fcf;hb=d364de8e6032f98c94c9fac460b6515c78603a21;hp=6cf27a6fe48ee54fc03b3b45e77bbf7508b55fc9;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;p=mailer.git diff --git a/img.php b/img.php index 6cf27a6fe4..46d8eb651d 100644 --- a/img.php +++ b/img.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Code-Bild fuer verschiedene Zwecke * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 * @@ -46,7 +51,7 @@ $GLOBALS['output_mode'] = -1; require("inc/config.php"); // Script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Load header LOAD_INC_ONCE("inc/header.php"); @@ -75,4 +80,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { } // Really all done here... ;-) +shutdown(); + +// ?>