diff --git a/app/gateways/gateways.php b/app/gateways/gateways.php index 05283e49f1..a772a72fbf 100644 --- a/app/gateways/gateways.php +++ b/app/gateways/gateways.php @@ -246,6 +246,7 @@ echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param); } echo th_order_by('gateway', $text['label-gateway'], $order_by, $order); + echo "".$text['label-proxy']."\n"; echo th_order_by('context', $text['label-context'], $order_by, $order); if ($fp) { echo "".$text['label-status']."\n"; @@ -293,6 +294,7 @@ echo escape($row['gateway']); } echo " \n"; + echo " ".escape($row["proxy"])."\n"; echo " ".escape($row["context"])."\n"; if ($fp) { if ($row["enabled"] == "true") {