Fix Dell PowerConnect Discovery

#3995
This commit is contained in:
Rosiak
2016-08-07 23:40:12 +02:00
parent f1268848b0
commit d65364c8ef

View File

@ -1,10 +1,6 @@
<?php
if (!$os) {
if (strstr($sysDescr, 'Neyland 24T')) {
$os = 'radlan';
} //end if
if (strstr($sysDescr, 'AT-8000')) {
$os = 'radlan';
} //end if