8 lines
85 B
PHP
Raw Normal View History

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