Fixed formatting.

This commit is contained in:
Rick Hodger
2016-05-26 18:05:36 +01:00
parent 31d4a29359
commit e5a21b04c0

View File

@ -2,9 +2,9 @@
if(!$os) {
if (strstr($sysDescr, 'Xirrus')) {
if (strstr($sysDescr, 'ArrayOS')) {
$os = 'xirrus_aos';
}
if (strstr($sysDescr, 'ArrayOS')) {
$os = 'xirrus_aos';
}
}
}