summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-07 22:42:07 -0500
committersullrich <sullrich@pfsense.org>2009-12-07 22:42:07 -0500
commit83221d3bc28ece84766599eb3fcd03be08a165f4 (patch)
tree294136a6e5223e21902c38e5a4fced5377ab5cf9 /usr/local/www/vpn_ipsec.php
parentafcda0d09892b0816312728963a02077ecaeaaf6 (diff)
downloadpfsense-83221d3bc28ece84766599eb3fcd03be08a165f4.zip
pfsense-83221d3bc28ece84766599eb3fcd03be08a165f4.tar.gz
Pass ph1ent
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index c6f971c..f92695d 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -391,7 +391,7 @@ include("head.inc");
$i++;
}
if(!$counter)
- show_ipsec_header();
+ show_ipsec_header($ph1ent);
?>
<tr>
<td class="list" colspan="5"></td>
@@ -441,7 +441,8 @@ function show_phase2(id, buttonid) {
function show_ipsec_header($ph1ent) {
global $g;
- if (isset($ph1ent['mobile'])) $mobile = "&mobile=true";
+ if (isset($ph1ent['mobile']))
+ $mobile = "&mobile=true";
echo <<<EOF
<tr>
<td class="listhdrr">Remote Gateway</td>
OpenPOWER on IntegriCloud