2012-05-15 16:50:36 +00:00

9 lines
90 B
PHP

<?php
if (!$os)
{
if (strstr($sysDescr, "NRG Network Printer")) { $os = "nrg"; }
}
?>