X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=ab37b5baa2f4006a7a3f49dfee4df4eb0670bdc8;hb=c9179c18d07c42f3d0e11b295b13f7a964225867;hp=128dc6e3a77a7eec2b6fb3db9bc80d98a6f746b7;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 128dc6e3a7..ab37b5baa2 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -39,10 +39,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif (!isExtensionActive('sql_patches')) { - // The extension 'sql_patches' *MUST* be activated or you have lot's of problems! - redirectToUrl('modules.php?module=admin&ext_missing=sql_patches'); -} +} // END - if // Generate a tableset for the menu title and content loadTemplate('guest_header');