2014-11-22 20:23:02 +10:00

10 lines
94 B
PHP

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