Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / debug.php
index 01198f58f5bee6ce650cb69f96cf29910474004c..59a1c0e0aa9db02351679a0529318ce5c9a64a2a 100644 (file)
--- a/debug.php
+++ b/debug.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Empfangsscript fuer debug.log Dateien            *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -50,7 +55,7 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
        // Is the extension installed?
        if (!EXT_IS_ACTIVE("debug")) {
                // Then abort here
-               exit;
+               shutdown();
        } // END - if
 
        // Is the request parameter set?
@@ -85,4 +90,7 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
 } // END - if
 
 // Really all done here... ;-)
+shutdown();
+
+//
 ?>