10 lines
92 B
PHP

<?php
if (!$os) {
if (preg_match("/^Netopia /", $sysDescr)) { $os = "netopia"; }
}
?>