2011-12-14 22:04:56 +00:00
|
|
|
<?php
|
|
|
|
|
|
2018-01-07 05:00:47 +00:00
|
|
|
preg_match('/v(.*)/', $device['sysDescr'], $matches);
|
2011-12-14 22:04:56 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$version = (isset($matches[1]) ? $matches[1] : '');
|
|
|
|
|
// $hardware = "Still need to figger hardware out!";
|
|
|
|
|
// $serial = "Still need to figger serial out!";
|
|
|
|
|
// $features = "Still need to figger features out!";
|