mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
28 lines
246 B
PHP
28 lines
246 B
PHP
|
<?php
|
||
|
|
||
|
if(!$os) {
|
||
|
|
||
|
if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; }
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|
||
|
<?php
|
||
|
|
||
|
if(!$os) {
|
||
|
|
||
|
if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; }
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|
||
|
<?php
|
||
|
|
||
|
if(!$os) {
|
||
|
|
||
|
if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; }
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|