Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / debug.php
index f1c2272fcc61fbf97e3b4ba88cdcec6beddcbd5e..59a1c0e0aa9db02351679a0529318ce5c9a64a2a 100644 (file)
--- a/debug.php
+++ b/debug.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Empfangsscript fuer debug.log Dateien            *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -55,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?
@@ -90,4 +90,7 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
 } // END - if
 
 // Really all done here... ;-)
+shutdown();
+
+//
 ?>