mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	bad usage of functions
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
if (str_contains('.1.3.6.1.4.1.388', $sysObjectId)) {
 | 
			
		||||
if (str_contains($sysObjectId, '.1.3.6.1.4.1.388')) {
 | 
			
		||||
    $os = 'symbol';
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user