2016-09-22 16:59:35 -05:00

6 lines
69 B
PHP

<?php
if (starts_with($sysDescr, 'NWA-')) {
$os = 'zyxelnwa';
}