2012-01-24 16:21:17 +00:00

9 lines
88 B
PHP
Executable File

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