]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
More extension-depending menus secured
[mailer.git] / inc / modules / index.php
index e43f6869353d526f5fc19065bd60181383510bb8..1ac4b9912201c555477ac536573a69c6802d4e8e 100644 (file)
@@ -107,6 +107,9 @@ if (($_CONFIG['guest_menu'] == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) {
 // TDs between menu and content
 LOAD_TEMPLATE("guest_menu_content");
 
+// Disable block-mode by default
+$BLOCK_MODE = false;
+
 $INC_ACTION = sprintf("%sinc/modules/guest/action-%s.php", PATH, $act);
 if ((FILE_READABLE($INC_ACTION)) && (VALIDATE_MENU_ACTION("guest", $act, $GLOBALS['what']))) {
        // Requested module is available so we load it