summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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