diff --git a/discovery.php b/discovery.php index 57fb345de..c23bc0580 100755 --- a/discovery.php +++ b/discovery.php @@ -149,11 +149,6 @@ while ($device = mysql_fetch_array($device_query)) if ($device['type'] == "unknown") { $device['type'] = 'network'; } } - if($device['os'] == "allied") - { - if ($device['type'] == "unknown") { $device['type'] = 'network'; } - } - if($device['os'] == "allied") { if ($device['type'] == "unknown") { $device['type'] = 'network'; }