summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 18:28:13 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 18:28:13 +0000
commit183a4aae1c16f3978726879a90945ed983884185 (patch)
treed3b457b08809e93fbea70c5348d3030226f786f1 /usr/local/www/firewall_nat_1to1.php
parent305eae3c233dadac95f5a8a4a6282d69acb2cad8 (diff)
downloadpfsense-183a4aae1c16f3978726879a90945ed983884185.zip
pfsense-183a4aae1c16f3978726879a90945ed983884185.tar.gz
Change "Inbound NAT" to "Port Forward"
Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index ba1c364..14d985e 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -86,11 +86,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", true, "firewall_nat_1to1.php");
$tab_array[3] = array("Outbound", false, "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