10 lines
103 B
PHP

<?php
if (!$os) {
if (preg_match("/AXIS.*Network Camera/", $sysDescr)) { $os = "axiscam"; }
}
?>