- = sprintf(gettext("When this is unchecked, access to the web GUI " .
- "on the %s interface is always permitted, regardless of the user-defined firewall " .
- "rule set. Check this box to disable this automatically added rule, so access " .
- "to the web GUI is controlled by the user-defined firewall rules " .
- "(ensure you have a firewall rule in place that allows you in, or you will " .
- "lock yourself out!)"), count($config['interfaces']) == 1 && !empty($config['interfaces']['wan']['if'] ?
- gettext("WAN") : gettext("LAN"))); ?>
+ = gettext("When this is unchecked, access to the web GUI " .
+ "on the %s interface is always permitted, regardless of the user-defined firewall " .
+ "rule set. Check this box to disable this automatically added rule, so access " .
+ "to the web GUI is controlled by the user-defined firewall rules " .
+ "(ensure you have a firewall rule in place that allows you in, or you will " .
+ "lock yourself out!)", count($config['interfaces']) == 1 && !empty($config['interfaces']['wan']['if']) ?
+ gettext('WAN') : gettext('LAN')) ?>
= gettext('Hint: the "Set interface(s) IP address" option in the console menu resets this setting as well.'); ?>