mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Revert "Fix coding style old files (part 2)"
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?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