#11562 Fixed filter
This commit is contained in:
parent
18c4f7295b
commit
d711533f1a
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue