X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=59a1c0e0aa9db02351679a0529318ce5c9a64a2a;hp=533676e3f9fe6fabca4ecfe93110740bcdb5dc9c;hb=5a037072da9ffa803deffabc4c8b2bafe7479f7d;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/debug.php b/debug.php index 533676e3f9..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 * @@ -46,11 +51,11 @@ $GLOBALS['output_mode'] = -1; require("inc/config.php"); // Redirect only to registration page when this script is installed -if ((isBooleanConstantAndTrue('mxchange_installed')) && (getTotalFatalErrors() == 0)) { +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 ((isBooleanConstantAndTrue('mxchange_installed')) && (getTotalFatalErrors() = } // END - if // Really all done here... ;-) +shutdown(); + +// ?>