2010-08-03 15:24:49 +00:00

8 lines
115 B
PHP
Executable File

<?php
if(!$os) {
if(preg_match("/^\"?Cisco\ Adaptive\ Security\ Appliance/", $sysDescr)) { $os = "asa"; }
}
?>