summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-12 19:25:15 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-12 19:25:15 -0600
commit51ef74991ce9ce4204f5d43cf922306e4731cccf (patch)
tree9b41e1e56ab3b010d784417131d3d607039f4204 /usr/local/www/vpn_ipsec.php
parentf285d039255f8536d135578125be4f5c76ccd24a (diff)
downloadpfsense-51ef74991ce9ce4204f5d43cf922306e4731cccf.zip
pfsense-51ef74991ce9ce4204f5d43cf922306e4731cccf.tar.gz
Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rw-r--r--usr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index f37fe21..6ca6d32 100644
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -460,7 +460,7 @@ include("head.inc");
$iconfn = "pass";
$spans = $spane = "";
- if (isset($ph2ent['disabled'])) {
+ if (isset($ph2ent['disabled']) || isset($ph1ent['disabled'])) {
$spans = "<span class=\"gray\">";
$spane = "</span>";
$iconfn .= "_d";
OpenPOWER on IntegriCloud