Project

General

Profile

« Previous | Next » 

Revision 69e108df

Added by Chris Buechler over 17 years ago

touch up text

Ticket #1569

View differences:

usr/local/www/diag_logs_ipsec.php
63 63

  
64 64
$ipsec_logarr = return_clog($ipsec_logfile, $nentries);
65 65

  
66
$pgtitle = array("Status","System logs","IPSEC VPN");
66
$pgtitle = array("Status","System logs","IPsec VPN");
67 67
include("head.inc");
68 68

  
69 69
?>
......
93 93
			<div id="mainarea">
94 94
			<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
95 95
		  		<tr>
96
					<td colspan="2" class="listtopic">Last <?=$nentries;?> IPSEC log entries</td>
96
					<td colspan="2" class="listtopic">Last <?=$nentries;?> IPsec log entries</td>
97 97
		  		</tr>
98 98
				<?php
99 99
				foreach($ipsec_logarr as $logent){
usr/local/www/firewall_nat_out.php
204 204
              <tr>
205 205
                  <td class="vtable"><p>
206 206
                      <input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
207
                      <strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
207
                      <strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
208 208
                  </td>
209 209
                </tr>
210 210
                <tr>
usr/local/www/vpn_ipsec.php
214 214
		<tr>
215 215
		    <td colspan="4">
216 216
		      <p><span class="vexpl"><span class="red"><strong>Note:<br>
217
                      </strong></span>You can check your IPSEC status at <a href="diag_ipsec_sad.php">Status:IPSEC</a>.</span></p>
217
                      </strong></span>You can check your IPsec status at <a href="diag_ipsec_sad.php">Status:IPsec</a>.</span></p>
218 218
		  </td>
219 219
		</tr>
220 220
              </table>

Also available in: Unified diff