2014-11-22 17:47:32 +10:00

9 lines
87 B
PHP

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