* @copyright (C) Adam Armstrong * */ echo(''); echo(""); $i = "0"; $ports = dbFetchRows("select * from `ports` AS P, `ports_adsl` AS A WHERE P.device_id = ? AND A.port_id = P.port_id AND P.deleted = '0' ORDER BY `ifIndex` ASC", [$device['device_id']]); foreach ($ports as $port) { include("includes/print-interface-adsl.inc.php"); $i++; } echo("
PortTrafficSync SpeedAttainable SpeedAttenuationSNR MarginOutput Powers
"); // EOF