Revision 4bdf145c
Added by Ermal LUÇI about 11 years ago
usr/local/www/diag_logs_settings.php | ||
---|---|---|
300 | 300 |
<td valign="top" class="vtable">Log Firewall Default Blocks</td> |
301 | 301 |
<td class="vtable"> |
302 | 302 |
<input name="logdefaultblock" type="checkbox" id="logdefaultblock" value="yes" <?php if ($pconfig['logdefaultblock']) echo "checked=\"checked\""; ?> /> |
303 |
<strong><?=gettext("Log packets blocked by the default rule");?></strong><br />
|
|
303 |
<strong><?=gettext("Log packets matched from the default rules put in the ruleset");?></strong><br />
|
|
304 | 304 |
<?=gettext("Hint: packets that are blocked by the implicit default block rule will not be logged if you uncheck this option. Per-rule logging options are still respected.");?> |
305 | 305 |
<br /> |
306 | 306 |
<input name="logbogons" type="checkbox" id="logbogons" value="yes" <?php if ($pconfig['logbogons']) echo "checked=\"checked\""; ?> /> |
... | ... | |
467 | 467 |
</script> |
468 | 468 |
<?php include("fend.inc"); ?> |
469 | 469 |
</body> |
470 |
</html> |
|
470 |
</html> |
Also available in: Unified diff
Change description