Show correct selection for noshuntlan option. Ticket #4655

This commit is contained in:
Chris Buechler 2015-04-30 01:23:11 -05:00
parent cf3aff59ed
commit ee72e2caed

View File

@ -376,7 +376,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Auto-exclude LAN address"); ?></td>
<td width="78%" class="vtable">
<input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] == true) echo "checked=\"checked\""; ?> />
<input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] != true) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Enable bypass for LAN interface IP"); ?></strong>
<br />
<?=gettext("Exclude traffic from LAN subnet to LAN IP address from IPsec."); ?>