8 lines
174 B
PHP
Raw Normal View History

<?php
list($version) = explode(',', $poll_device['sysDescr']);
preg_match('/Version V(\S+) (.+) Software,/', $poll_device['sysDescr'], $matches);
$hardware = $matches[2];