diff --git a/includes/osdiscovery/discover-airport.php b/includes/osdiscovery/discover-airport.php index 0ba4289a9..5dbd65a04 100644 --- a/includes/osdiscovery/discover-airport.php +++ b/includes/osdiscovery/discover-airport.php @@ -4,6 +4,7 @@ if(!$os) { if(strpos($sysDescr, "Apple AirPort") !== FALSE) { $os = "airport"; } else if(strpos($sysDescr, "Apple Base Station") !== FALSE) { $os = "airport"; } + else if(strpos($sysDescr, "Base Station V3.84") !== FALSE) { $os = "airport"; } }