X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=59a1c0e0aa9db02351679a0529318ce5c9a64a2a;hp=01198f58f5bee6ce650cb69f96cf29910474004c;hb=1d0718bad7972ceb57499556f14d251a2030c352;hpb=f74581eca45c393033acfd9d7798b958031bc625 diff --git a/debug.php b/debug.php index 01198f58f5..59a1c0e0aa 100644 --- a/debug.php +++ b/debug.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * 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(); + +// ?>