mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00: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'];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (!empty($vars['ifDescr']) == true) {
 | 
			
		||||
    if ($_GET['ifDescr'] == true) {
 | 
			
		||||
        $port = 'ifDescr';
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user