]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Now added, sorry
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index ccf6edf2525eb1d5af30863ab89729205a657c82..ae27b8168f4450c241d1426caba25d3333b17ff6 100644 (file)
--- 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')) {
@@ -191,6 +188,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                        // Tracker code enabled? (We don't track users here!
                        if ((getConfig('beg_pay_mode') != "NONE") && ($pay)) {
                                // Prepare content for template
+                               // @TODO Opps, what is missing here???
                                $content = array(
                                );