mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed formatting.
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
if(!$os) {
|
if(!$os) {
|
||||||
if (strstr($sysDescr, 'Xirrus')) {
|
if (strstr($sysDescr, 'Xirrus')) {
|
||||||
if (strstr($sysDescr, 'ArrayOS')) {
|
if (strstr($sysDescr, 'ArrayOS')) {
|
||||||
$os = 'xirrus_aos';
|
$os = 'xirrus_aos';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user