2010-07-20 14:03:54 +00:00
|
|
|
<?php
|
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
if (!$os) {
|
|
|
|
|
if (preg_match('/AXIS .* Network Camera/', $sysDescr)) {
|
|
|
|
|
$os = 'axiscam';
|
|
|
|
|
}
|
2010-07-20 14:03:54 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
if (preg_match('/AXIS .* Video Server/', $sysDescr)) {
|
|
|
|
|
$os = 'axiscam';
|
|
|
|
|
}
|
|
|
|
|
}
|