mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#11562 Fixed filter
This commit is contained in:
parent
18c4f7295b
commit
d711533f1a
@ -73,7 +73,8 @@ if ($config['pure']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Control from managent polices.
|
// Control from managent polices.
|
||||||
if ($_POST['type'] !== 'networkserver') {
|
$type = get_parameter('type', false);
|
||||||
|
if (empty($type) === false && $type !== 'networkserver') {
|
||||||
// Header.
|
// Header.
|
||||||
ui_print_standard_header(
|
ui_print_standard_header(
|
||||||
__('SNMP Browser'),
|
__('SNMP Browser'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user