mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Fixed the scrut coding style issues
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
$var = array();
|
||||
$var['stratum'] = (isset($ntpd['stratum']) ? $ntpd['stratum'] : "U");
|
||||
$var['offset'] = (isset($ntpd['offset']) ? $ntpd['offset'] : "U");
|
||||
$var['frequency'] = (isset($ntpd['frequency']) ? $ntpd['frequency'] : "U");
|
||||
|
||||
Reference in New Issue
Block a user