summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-11-24 03:40:11 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-11-24 03:42:38 -0700
commite46616a729a17f618bb7bd1e6e8594903381e0fb (patch)
tree71888b3fd795b7c564258c03a731276f4ba1e95e /usr/local/www/vpn_ipsec.php
parent7fd51c68208565bb775dad5b41582dcc3cec4357 (diff)
downloadpfsense-e46616a729a17f618bb7bd1e6e8594903381e0fb.zip
pfsense-e46616a729a17f618bb7bd1e6e8594903381e0fb.tar.gz
Fix text for the P1 table header.
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index c0232ab..f9d374d 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -443,7 +443,7 @@ function show_ipsec_header($ph1ent) {
global $g;
if (isset($ph1ent['mobile']))
$mobile = "&mobile=true";
- echo <<<EOF
+ ?>
<tr>
<td class="listhdrr"><?=gettext("Remote Gateway"); ?></td>
<td class="listhdrr"><?=gettext("Mode"); ?></td>
@@ -454,7 +454,7 @@ function show_ipsec_header($ph1ent) {
</td>
</tr>
-EOF;
+<?php
}
OpenPOWER on IntegriCloud