X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=beg.php;h=ae27b8168f4450c241d1426caba25d3333b17ff6;hb=1fe7cf281be6832ba105934537aba5127892c576;hp=5f68fbc7616f2def3e953545cfcefc5f1bac809e;hpb=cc7c700143bca2420ff0497e648d31a18cc9add2;p=mailer.git diff --git a/beg.php b/beg.php index 5f68fbc761..ae27b8168f 100644 --- a/beg.php +++ b/beg.php @@ -49,10 +49,7 @@ $msg = null; require("inc/config.php"); // Is the "beg" extension active? -if (!EXT_IS_ACTIVE("beg")) { - // Redirect to index - LOAD_URL("modules.php?module=index&msg=".constant('CODE_EXTENSION_PROBLEM')."&ext=beg"); -} // END - if +REDIRCT_ON_UNINSTALLED_EXTENSION("beg"); // Is the script installed? if (isBooleanConstantAndTrue('mxchange_installed')) {