mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix IPSEC logs.
This commit is contained in:
parent
039270aef9
commit
b54c6fc717
@ -75,7 +75,7 @@ if ($_POST['clear']) {
|
||||
<td colspan="2" class="listtopic">
|
||||
Last <?=$nentries;?> IPSEC log entries</td>
|
||||
</tr>
|
||||
<?php dump_clog($ipsec_logfile, $nentries, array("racoon"), array("false")); ?>
|
||||
<?php dump_clog($ipsec_logfile, $nentries, true, array("racoon"), array(false)); ?>
|
||||
</table>
|
||||
<br><form action="diag_logs.php" method="post">
|
||||
<input name="clear" type="submit" class="formbtn" value="Clear log">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user