X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=0a30fc752e45697043683f813ceaea382cbfa2a6;hp=8ebe34f0c6a24180a9b0122cd1c194b42d9b47b7;hb=b78901ad398c21e1fd0ab0baf56036c4d422db32;hpb=9fd580a0c95cbb6a3e50f0c110805ff1636e4acf diff --git a/inc/filters.php b/inc/filters.php index 8ebe34f0c6..0a30fc752e 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } // Init "generic filter system" -function INIT_FILTER_SYSTEM() { +function INIT_FILTER_SYSTEM () { global $filters, $loadedFilters, $counter; // Is the filter already initialized? @@ -492,7 +492,7 @@ function FILTER_CHECK_ADMIN_ACL () { $ret = true; // Ok, Cookie-Update done - if ((EXT_IS_ACTIVE("admins")) && (GET_EXT_VERSION("admins") > "0.2")) { + if (GET_EXT_VERSION("admins") >= "0.3") { // Check if action GET variable was set $action = SQL_ESCAPE($GLOBALS['action']); if (!empty($GLOBALS['what'])) {