mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // FIXME - wtfbbq
 | |
| if ($_SESSION['userlevel'] >= '5' || $auth) {
 | |
|     $id    = mres($vars['id']);
 | |
|     $title = generate_device_link($device);
 | |
|     $auth  = true;
 | |
| }
 |