X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=01198f58f5bee6ce650cb69f96cf29910474004c;hp=533676e3f9fe6fabca4ecfe93110740bcdb5dc9c;hb=ce00488222ee7d5d7559ccfdab86cb59694a681c;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/debug.php b/debug.php index 533676e3f9..01198f58f5 100644 --- a/debug.php +++ b/debug.php @@ -46,7 +46,7 @@ $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