mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Did not update vars to _GET before submitting
This commit is contained in:
@@ -62,7 +62,7 @@ function get_graph_by_port_hostname() {
|
|||||||
$vars['to'] = $_GET['to'];
|
$vars['to'] = $_GET['to'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($vars['ifDescr']) == true) {
|
if ($_GET['ifDescr'] == true) {
|
||||||
$port = 'ifDescr';
|
$port = 'ifDescr';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user