From 2c713f45ddc4ab9fb1678ea9e34be12e863312b4 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 17 Jul 2020 10:01:10 +0200 Subject: [PATCH] Added mib uploader to get file --- pandora_console/include/get_file.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index f6efe98bf6..d28a9acdcf 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -47,6 +47,7 @@ if ($file === '' || $hash === '' || $hash !== md5($file_raw.$config['dbpass']) | if ($parse_sec2_query[0] === 'sec2') { switch ($parse_sec2_query[1]) { case $main_file_manager: + case 'operation/snmpconsole/snmp_mib_uploader': $downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/'.$file; break;