interfaces: remove a lie

This commit is contained in:
Franco Fichtner 2017-10-05 14:18:41 +02:00
parent bcbfb5750d
commit 32d2e31fd2

View File

@ -1703,11 +1703,9 @@ include("head.inc");
<input name="blockbogons" type="checkbox" id="blockbogons" value="yes" <?=!empty($pconfig['blockbogons']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_blockbogons">
<?=gettext("When set, this option blocks traffic from IP addresses that are reserved " .
"(but not RFC 1918) or not yet assigned by IANA."); ?>&nbsp;&nbsp;
"(but not RFC 1918) or not yet assigned by IANA."); ?>
<?=gettext("Bogons are prefixes that should never appear in the Internet routing table, " .
"and obviously should not appear as the source address in any packets you receive."); ?>
<br /><br />
<?=gettext("Note: The update frequency can be changed under System->Advanced Firewall/NAT settings.")?>
</div>
</td>
</tr>