mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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