summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 0339c6e..b3796c8 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -172,7 +172,7 @@ if (isset($_POST['del_x'])) {
}
-$pgtitle = "Firewall: NAT: Outgoing";
+$pgtitle = "Firewall: NAT: Outbound";
include("head.inc");
?>
@@ -190,11 +190,11 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("Inbound", false, "firewall_nat.php");
- $tab_array[1] = array("Server NAT", false, "firewall_nat_server.php");
+ $tab_array[0] = array("Port Forward", false, "firewall_nat.php");
+ $tab_array[1] = array("NAT Addresses", false, "firewall_nat_server.php");
$tab_array[2] = array("1:1", false, "firewall_nat_1to1.php");
$tab_array[3] = array("Outbound", true, "firewall_nat_out.php");
- $tab_array[4] = array("Outgoing Load Balancing", false, "firewall_nat_out_load_balancing.php");
+ $tab_array[4] = array("Outbound Load Balancing", false, "firewall_nat_out_load_balancing.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud