2010-08-11 00:40:07 +00:00

11 lines
181 B
PHP
Executable File

<?php
if(!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.12356.15")) { $os = "fortigate"; }
if (strstr($sysObjectId, ".1.3.6.1.4.1.12356.101.1")) { $os = "fortigate"; }
}
?>