#11640 fix snmp browser and policy manager snmp

This commit is contained in:
Jonathan 2023-06-22 10:37:33 +02:00
parent e3c8483bd7
commit 70aa6eb0f2
1 changed files with 2 additions and 1 deletions

View File

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