summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-01 15:33:17 -0400
committerjim-p <jimp@pfsense.org>2010-06-01 15:33:17 -0400
commit6deedfde64da77eb44f21ebe6da631ac0a0c4f0d (patch)
tree203de3f0c71dad23453a5645fb80dd6a2e71f2de /usr/local
parente70869840cb6ce4439a4a4c3efe1ec609b785b7d (diff)
downloadpfsense-6deedfde64da77eb44f21ebe6da631ac0a0c4f0d.zip
pfsense-6deedfde64da77eb44f21ebe6da631ac0a0c4f0d.tar.gz
Add status/log icons to IPsec pages.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/vpn_ipsec.php3
-rw-r--r--usr/local/www/vpn_ipsec_keys.php3
-rw-r--r--usr/local/www/vpn_ipsec_keys_edit.php3
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php3
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php3
-rw-r--r--usr/local/www/vpn_ipsec_phase2.php3
6 files changed, 18 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 7d6e0db..d864a30 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -124,6 +124,9 @@ if ($_GET['act'] == "delph2")
}
$pgtitle = array("VPN","IPsec");
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
?>
diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php
index 2a232f3..933560f 100644
--- a/usr/local/www/vpn_ipsec_keys.php
+++ b/usr/local/www/vpn_ipsec_keys.php
@@ -69,6 +69,9 @@ if ($_GET['act'] == "del") {
}
$pgtitle = "VPN: IPsec: Keys";
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
?>
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index 20ac6c0..ff1ef9a 100644
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -112,6 +112,9 @@ if ($_POST) {
}
$pgtitle = "VPN: IPsec: Edit pre-shared key";
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
?>
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index 4bf8d61..4df829d 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -211,6 +211,9 @@ if ($_POST['submit']) {
}
$pgtitle = array("VPN","IPsec","Mobile");
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
?>
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index be3414c..130ab28 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -333,6 +333,9 @@ if ($pconfig['mobile'])
$pgtitle = array("VPN","IPsec","Edit Phase 1", "Mobile Client");
else
$pgtitle = array("VPN","IPsec","Edit Phase 1");
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php
index 5be729c..779c06c 100644
--- a/usr/local/www/vpn_ipsec_phase2.php
+++ b/usr/local/www/vpn_ipsec_phase2.php
@@ -199,6 +199,9 @@ if ($pconfig['mobile'])
$pgtitle = array("VPN","IPsec","Edit Phase 2", "Mobile Client");
else
$pgtitle = array("VPN","IPsec","Edit Phase 2");
+$statusurl = "diag_ipsec.php";
+$logurl = "diag_logs_ipsec.php";
+
include("head.inc");
OpenPOWER on IntegriCloud