Removing Old Canopy Files

This commit is contained in:
Paul Heinrichs
2016-03-23 08:19:45 -04:00
parent a13d148fb1
commit 0a2b1154f0
2 changed files with 0 additions and 20 deletions
-7
View File
@@ -1,7 +0,0 @@
<?php
if (!$os) {
if (preg_match('/^CANOPY/', $sysDescr)) {
$os = 'canopy';
}
}
-13
View File
@@ -1,13 +0,0 @@
<?php
$canopy_type = snmp_get($device, 'boxDeviceType.0', '-Oqv', 'WHISP-BOX-MIBV2-MIB');
if (stristr($canopy_type, 'MIMO OFDM')) {
$hardware = 'PMP 450';
}
else if (stristr($canopy_type, 'OFDM')) {
$hardware = 'PMP 430';
}
else {
$hardware = 'PMP 100';
}