summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-12 05:04:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-12 05:04:09 +0000
commit1b45d5669e87a8f7dc2104fc4f2bab0cccdccd8b (patch)
tree3715b6788db916da48938327fdea8da43d489ab9 /usr
parenta9b19d7f80b9033ad4e1e630a2754b942e09eb06 (diff)
downloadpfsense-1b45d5669e87a8f7dc2104fc4f2bab0cccdccd8b.zip
pfsense-1b45d5669e87a8f7dc2104fc4f2bab0cccdccd8b.tar.gz
Remove FTP reference
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 0bc236d..9e6dfc7 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -602,7 +602,7 @@ include("head.inc");
<td colspan="2" valign="top" class="listtopic">Network Address Translation</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Disable FTP Nat Reflection</td>
+ <td width="22%" valign="top" class="vncell">Disable NAT Reflection</td>
<td width="78%" class="vtable">
<input name="disablenatreflection" type="checkbox" id="disablenatreflection" value="yes" <?php if (isset($config['system']['disablenatreflection'])) echo "checked"; ?> onclick="enable_change(false)" />
<strong>Disables the automatic creation of NAT redirect rules for LAN/OPTIONAL interfaces that redirect from WAN -> LAN, etc.</strong>
OpenPOWER on IntegriCloud