Testing EdgeOS support

This commit is contained in:
Paul Gear
2014-11-22 20:23:02 +10:00
parent 5196e0c6a4
commit 06780f1003
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
# Version is second word in sysDescr
list(,$version) = explode(" ", $device['sysDescr']);
$features = "";
?>