Fix IPSEC logs.

This commit is contained in:
Colin Smith 2005-06-26 21:04:15 +00:00
parent 039270aef9
commit b54c6fc717

View File

@ -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">