mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 08:02:43 +02:00
7 lines
138 B
PHP
7 lines
138 B
PHP
<?php
|
|
if (!$os) {
|
|
if (strstr($sysDescr, 'Samsung CLX') || strstr($sysDescr, 'Samsung SCX')) {
|
|
$os = 'samsungprinter';
|
|
}
|
|
}
|