mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Fix coding style part 2
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
//sysDescr.0 = STRING: Powercode BMU
|
||||
|
||||
// sysDescr.0 = STRING: Powercode BMU
|
||||
if (!$os) {
|
||||
if (stristr($sysDescr, "Powercode BMU")) {
|
||||
$os = "powercode";
|
||||
if (stristr($sysDescr, 'Powercode BMU')) {
|
||||
$os = 'powercode';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user