Initial AVTECH Software, Inc. support.

This commit is contained in:
Tony Murray
2016-02-09 12:00:58 -06:00
parent f170a1ab77
commit f6e6263c59
15 changed files with 8877 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
$lastSpace = strrpos($poll_device['sysDescr'], ' ');
$hardware = trim(substr($poll_device['sysDescr'], 0, $lastSpace));
$version = trim(substr($poll_device['sysDescr'], $lastSpace));