mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 08:02:43 +02:00
11 lines
86 B
PHP
11 lines
86 B
PHP
<?php
|
|
|
|
if(!$os) {
|
|
|
|
if(strpos($sysDescr, "IES-") !== FALSE) { $os = "ies"; }
|
|
|
|
}
|
|
|
|
|
|
?>
|