Missing a bracket, sorry.

This commit is contained in:
Falk Stern
2015-10-07 16:27:06 +02:00
parent 75134f76fc
commit b6c6ecd359

View File

@ -2,7 +2,7 @@
if (!$os) {
// if (strstr($sysDescr, "Neyland 24T")) { $os = "powerconnect"; } /* Powerconnect 5324 */
if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS') {
if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS')) {
$os = 'powerconnect';
}
else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) {