X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=ab37b5baa2f4006a7a3f49dfee4df4eb0670bdc8;hp=128dc6e3a77a7eec2b6fb3db9bc80d98a6f746b7;hb=20a06616b67427859de74a0bfd9d40732c4ec68d;hpb=d676b8ce57da4e5fc1de16f55aacbeb5dcef8e75 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');