diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-21 19:49:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-21 19:49:04 +0000 |
commit | 3fafce5af4a0d97b629e0a7ec26eaca68210ea88 (patch) | |
tree | 9abba133f7415af6bff123b8ce1b0a2ba9524d33 /usr | |
parent | 53ea15e0a447856e462b6b9ed8b2aa00aafedf5f (diff) | |
download | pfsense-3fafce5af4a0d97b629e0a7ec26eaca68210ea88.zip pfsense-3fafce5af4a0d97b629e0a7ec26eaca68210ea88.tar.gz |
add value="yes" for nosync
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 2 |
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> |