2016-09-20 17:55:13 +01:00

11 lines
124 B
PHP

<?php
$items = array(
'EdgeOS',
'EdgeRouter Lite',
);
if (starts_with($sysDescr, $items)) {
$os = 'edgeos';
}