mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Fix coding style part 2
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
print_r(snmpwalk_cache_oid ($device, "system", array()));
|
||||
print_r(snmpwalk_cache_oid($device, 'system', array()));
|
||||
|
||||
print_r(snmp_cache_oid ("system", $device, array()));
|
||||
|
||||
?>
|
||||
print_r(snmp_cache_oid('system', $device, array()));
|
||||
|
||||
Reference in New Issue
Block a user