summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-21 19:49:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-21 19:49:04 +0000
commit3fafce5af4a0d97b629e0a7ec26eaca68210ea88 (patch)
tree9abba133f7415af6bff123b8ce1b0a2ba9524d33 /usr/local/www/firewall_nat_edit.php
parent53ea15e0a447856e462b6b9ed8b2aa00aafedf5f (diff)
downloadpfsense-3fafce5af4a0d97b629e0a7ec26eaca68210ea88.zip
pfsense-3fafce5af4a0d97b629e0a7ec26eaca68210ea88.tar.gz
add value="yes" for nosync
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index a4b2b5b..0496c02 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -384,7 +384,7 @@ include("fbegin.inc"); ?>
<tr>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
- <input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
+ <input type="checkbox" value="yes" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
HINT: This prevents the rule from automatically syncing to other carp members.
</td>
</tr>
OpenPOWER on IntegriCloud