- OS Support for Acano collaboration appliances

This commit is contained in:
Aaron Daniels
2016-07-12 07:58:36 +10:00
parent f9ba459e08
commit d41117e48b
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
if (preg_match('/Acano Server ([^,]+)/', $device['sysDescr'], $regexp_result)) {
$version = $regexp_result[1];
} else {
$version = '';
}