10 lines
103 B
PHP
Raw Normal View History

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