X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffatal_errors.php;h=21b55686afb47046befe347dbd42544fe302b956;hp=a336a41483a0338234707ba2fdb839770ecc98f8;hb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935 diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php index a336a41483..21b55686af 100644 --- a/inc/fatal_errors.php +++ b/inc/fatal_errors.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Gibt fatale Fehler aus * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * 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 * @@ -59,7 +64,7 @@ if (getTotalFatalErrors() > 0) { // Load main template LOAD_TEMPLATE("install_fatal_table", false, $OUT); - } elseif (isBooleanConstantAndTrue('mxchange_installed')) { + } elseif (isInstalled()) { // Display all runtime fatal errors $OUT = ""; foreach (getFatalArray() as $key => $value) { @@ -77,7 +82,7 @@ if (getTotalFatalErrors() > 0) { LOAD_TEMPLATE("runtime_fatal_table", false, $OUT); // Abort here - exit; + shutdown(); } // Message to regular users (non-admin)