summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-13 13:09:46 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-13 13:09:46 -0500
commitaf2ecd506dbaadfcf36da1e720b1cd2df3d20d37 (patch)
tree77775af14c0d967330a1dd8e20903d07c461d31a /src/usr
parent9808c95e0d294a47293e8cb0f9e1fcdba9402eba (diff)
downloadpfsense-af2ecd506dbaadfcf36da1e720b1cd2df3d20d37.zip
pfsense-af2ecd506dbaadfcf36da1e720b1cd2df3d20d37.tar.gz
Fix no binat checkbox
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/firewall_nat_1to1_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php
index 6687cd8..8a8381b 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -402,10 +402,10 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Use this to exclude addresses from a rule that follows this one');
$section->addInput(new Form_Checkbox(
- 'nordr',
- 'No RDR (NOT)',
+ 'disabled',
+ 'No BINAT (NOT)',
'Disable redirection for traffic matching this rule',
- $pconfig['nordr']
+ $pconfig['disabled']
))->setHelp('This option is rarely needed, don\'t use this unless you know what you\'re doing.');
$iflist = get_configured_interface_with_descr(false, true);
OpenPOWER on IntegriCloud