8 lines
86 B
PHP

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