summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-03 07:39:07 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-03 07:39:07 -0300
commit94528348956cc90502df86ba4827fa7621c070e6 (patch)
tree49430623e9fffed65ac19976df7c1168e33d7785 /usr/local/www/vpn_ipsec.php
parente0fb12c1854a03686ce985d3dde1a8ba3b88d318 (diff)
downloadpfsense-94528348956cc90502df86ba4827fa7621c070e6.zip
pfsense-94528348956cc90502df86ba4827fa7621c070e6.tar.gz
Remove unused variables
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rw-r--r--usr/local/www/vpn_ipsec.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 09fd39a..83cef98 100644
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -476,10 +476,8 @@ function show_phase2(id, buttonid) {
<?php
function show_ipsec_header($ph1ent) {
- global $g;
- if (isset($ph1ent['mobile']))
- $mobile = "&mobile=true";
- ?>
+
+?>
<tr>
<td class="listhdrr"><?=gettext("IKE"); ?></td>
<td class="listhdrr"><?=gettext("Remote Gateway"); ?></td>
OpenPOWER on IntegriCloud