2011-03-10 15:56:55 +00:00
|
|
|
<?php
|
2010-07-29 20:34:31 +00:00
|
|
|
|
2018-01-07 05:00:47 +00:00
|
|
|
$version = preg_replace('/.+ version (.+) running on .+ (\S+)$/', '\\1||\\2', $device['sysDescr']);
|
2015-07-13 20:10:26 +02:00
|
|
|
list($version,$hardware) = explode('||', $version);
|