Files

9 lines
260 B
PHP
Raw Permalink Normal View History

2016-05-02 17:03:57 +00:00
<?php
//Linux *-lvl7-dev, Cisco Small Business WAP121 (WAP121-E-K9), Version * Wed Oct 17 00:19:29 EDT 2012";
preg_match('/(.*), Cisco Small Business (.*) \((.*)\)(.*)/', $device['sysDescr'], $matches);
2016-05-02 17:03:57 +00:00
$hardware = $matches['2'];
$version = $matches['3'];