From fd7225ded7ab1a50f4fb62bdd8be7d5b57125018 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 10 May 2013 12:28:26 +0000 Subject: [PATCH] 2013-05-10 Miguel de Dios * operation/snmpconsole/snmp_browser.php: fixed the url to pure. Fixes: #2212 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/snmpconsole/snmp_browser.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8e4af26950..5078bd4e4a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-05-10 Miguel de Dios + + * operation/snmpconsole/snmp_browser.php: fixed the url to pure. + + Fixes: #2212 + 2013-05-07 Sergio Martin * include/functions_reporting.php: Added to Server performance diff --git a/pandora_console/operation/snmpconsole/snmp_browser.php b/pandora_console/operation/snmpconsole/snmp_browser.php index 3b1bbabdd0..25bd207668 100644 --- a/pandora_console/operation/snmpconsole/snmp_browser.php +++ b/pandora_console/operation/snmpconsole/snmp_browser.php @@ -26,7 +26,7 @@ if (is_ajax()) { $action = (string) get_parameter ("action", ""); $target_ip = (string) get_parameter ("target_ip", ''); $community = (string) get_parameter ("community", ''); - + // SNMP browser if ($action == "snmptree") { $starting_oid = (string) get_parameter ("starting_oid", '.'); @@ -66,7 +66,7 @@ if (! check_acl ($config['id_user'], 0, "AR")) { } // Header -$url = 'index.php?sec=snmpconsole&sec2=operation/snmpconsole/snmp_browser&refr=' . $config["refr"] . '&pure=' . $config["pure"]; +$url = 'index.php?sec=snmpconsole&sec2=operation/snmpconsole/snmp_browser&pure=' . $config["pure"]; if ($config["pure"]) { // Windowed $link['text'] = '' . html_print_image("images/normal_screen.png", true, array("title" => __('Normal screen'))) . '';