mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
e6d907781a
commit
69e108df5b
@ -63,7 +63,7 @@ if ($_POST['clear']) {
|
||||
|
||||
$ipsec_logarr = return_clog($ipsec_logfile, $nentries);
|
||||
|
||||
$pgtitle = array("Status","System logs","IPSEC VPN");
|
||||
$pgtitle = array("Status","System logs","IPsec VPN");
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
@ -93,7 +93,7 @@ include("head.inc");
|
||||
<div id="mainarea">
|
||||
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="2" class="listtopic">Last <?=$nentries;?> IPSEC log entries</td>
|
||||
<td colspan="2" class="listtopic">Last <?=$nentries;?> IPsec log entries</td>
|
||||
</tr>
|
||||
<?php
|
||||
foreach($ipsec_logarr as $logent){
|
||||
|
||||
@ -204,7 +204,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td class="vtable"><p>
|
||||
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
|
||||
<strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
|
||||
<strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -214,7 +214,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<p><span class="vexpl"><span class="red"><strong>Note:<br>
|
||||
</strong></span>You can check your IPSEC status at <a href="diag_ipsec_sad.php">Status:IPSEC</a>.</span></p>
|
||||
</strong></span>You can check your IPsec status at <a href="diag_ipsec_sad.php">Status:IPsec</a>.</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user