#11562 Fixed filter

This commit is contained in:
Daniel Maya 2023-06-19 12:33:52 +02:00
parent 18c4f7295b
commit d711533f1a
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ if ($config['pure']) {
}
// Control from managent polices.
if ($_POST['type'] !== 'networkserver') {
$type = get_parameter('type', false);
if (empty($type) === false && $type !== 'networkserver') {
// Header.
ui_print_standard_header(
__('SNMP Browser'),