mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More whitespace, pre-commit.php prescribed correction
This commit is contained in:
@@ -68,7 +68,6 @@ if ($device['type'] == 'network' || $device['type'] == 'firewall' || $device['ty
|
||||
$wificlients2 = snmp_get($device, '.1.3.6.1.4.1.41112.1.6.1.2.1.8.1', '-Ovq', '""');
|
||||
|
||||
echo (($wificlients1 + 0).' clients on radio0, '.($wificlients2 + 0)." clients on radio1\n");
|
||||
|
||||
}
|
||||
|
||||
if (isset($wificlients1) && $wificlients1 != '') {
|
||||
|
||||
Reference in New Issue
Block a user