mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Fix coding style part 2
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$proc = substr(snmp_get($device, "swCpuUsage.0", "-Ovq", "DMswitch-MIB"),0,2);
|
||||
?>
|
||||
|
||||
$proc = substr(snmp_get($device, 'swCpuUsage.0', '-Ovq', 'DMswitch-MIB'), 0, 2);
|
||||
|
||||
Reference in New Issue
Block a user