X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-top10.php;h=7ae01f4d41dcffa5ffdc584f435e5a2e9f168224;hp=f4e0c86e2f03dfc9fb7232356002055bc227e56f;hb=9976231a6912f167006012db6a3b757e097c46b9;hpb=bf01243fde80bcd43029376788dc3ec341620c6d diff --git a/inc/modules/guest/what-top10.php b/inc/modules/guest/what-top10.php index f4e0c86e2f..7ae01f4d41 100644 --- a/inc/modules/guest/what-top10.php +++ b/inc/modules/guest/what-top10.php @@ -35,7 +35,7 @@ if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); -} elseif ((!EXT_IS_ACTIVE("top10")) && (!IS_ADMIN())) { +} elseif (!EXT_IS_ACTIVE("top10")) ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "top10"); return; }