summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_ipsec.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-08 02:10:22 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-08 02:10:22 +0000
commit69e108df5b3509f1664067419bf09b842e18f010 (patch)
tree45c4d84d16bf8d772a11a2671905d3795af6b8cc /usr/local/www/diag_logs_ipsec.php
parente6d907781a9f63bb99f135f9e5ba35c22cbb9092 (diff)
downloadpfsense-69e108df5b3509f1664067419bf09b842e18f010.zip
pfsense-69e108df5b3509f1664067419bf09b842e18f010.tar.gz
touch up text
Ticket #1569
Diffstat (limited to 'usr/local/www/diag_logs_ipsec.php')
-rwxr-xr-xusr/local/www/diag_logs_ipsec.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_ipsec.php b/usr/local/www/diag_logs_ipsec.php
index a7241c9..66a3de5 100755
--- a/usr/local/www/diag_logs_ipsec.php
+++ b/usr/local/www/diag_logs_ipsec.php
@@ -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){
OpenPOWER on IntegriCloud