10 lines
99 B
PHP
Raw Normal View History

<?php
if(!$os) {
if(strstr($sysDescr, "APC Web/SNMP Management Card")) { $os = "apc"; }
}
?>