2015-04-15 16:09:18 -03:00

6 lines
93 B
PHP

<?php
if (!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.3709")) { $os = "datacom"; }
}
?>