7 lines
166 B
PHP
Raw Normal View History

<?php
if (preg_match('/^ROAP Version ([^,]+)/', $poll_device['sysDescr'], $regexp_result)) {
$version = $regexp_result[1];
#$serial = $regexp_result[2];
}