2016-09-23 01:26:54 +03:00

6 lines
80 B
PHP

<?php
if (str_contains($sysDescr, 'NRG Network Printer')) {
$os = 'nrg';
}