[Web] Opt-In for third party ip_check

This commit is contained in:
FreddleSpl0it
2023-01-06 12:09:15 +01:00
parent dd9296ffc2
commit 1e98784eee
8 changed files with 76 additions and 15 deletions

View File

@@ -103,6 +103,7 @@ $template_data = [
'rsettings' => $rsettings,
'rspamd_regex_maps' => $rspamd_regex_maps,
'logo_specs' => customize('get', 'main_logo_specs'),
'ip_check' => customize('get', 'ip_check'),
'password_complexity' => password_complexity('get'),
'show_rspamd_global_filters' => @$_SESSION['show_rspamd_global_filters'],
'lang_admin' => json_encode($lang['admin']),