8 lines
87 B
PHP
Executable File

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