]> git.mxchange.org Git - mailer.git/blobdiff - inc/fatal_errors.php
Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / fatal_errors.php
index a336a41483a0338234707ba2fdb839770ecc98f8..d1b8a4fd90cc0ac724e56613366651a7cac6f556 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Gibt fatale Fehler aus                           *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 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)