mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
k
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'KONICA MINOLTA ')) {
|
||||
$os = 'konica';
|
||||
}
|
||||
if (str_contains($sysDescr, 'KONICA MINOLTA ')) {
|
||||
$os = 'konica';
|
||||
}
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'KYOCERA ')) {
|
||||
$os = 'kyocera';
|
||||
}
|
||||
if (str_contains($sysDescr, 'KYOCERA ')) {
|
||||
$os = 'kyocera';
|
||||
}
|
||||
|
Reference in New Issue
Block a user