mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Fix coding style part 2
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (stristr($sysDescr, "ProSafe")) { $os = "netgear"; }
|
||||
if (stristr($sysDescr, 'ProSafe')) {
|
||||
$os = 'netgear';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user