- All Ports
= '5') {
echo("
");
if($config['int_customers']) { echo("- Customers
"); $ifbreak = 1;}
if($config['int_bills']) { echo("- Traffic Bills
"); $ifbreak = 1;}
if($config['int_l2tp']) { echo("- L2TP
"); $ifbreak = 1; }
if($config['int_transit']) { echo("- Transit
"); $ifbreak = 1; }
if($config['int_peering']) { echo("- Peering
"); $ifbreak = 1; }
if($config['int_core']) { echo("- Core
"); $ifbreak = 1;}
}
if($ifbreak && $interface_alerts) { echo("
"); }
if($interface_alerts) {
echo("- Alerts ($interface_alerts)
");
}
?>
|