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
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!$os) {
if (preg_match("/^EdgeOS/", $sysDescr)) {
$os = "edgeos";
}
}
?>