summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-04 20:49:04 -0600
committerChris Buechler <cmb@pfsense.org>2015-12-04 20:49:04 -0600
commitb4c47936bde24ebd3a3f8347ec993e507eb26778 (patch)
tree63dc78eadde5cce83b3b915146d22a34ee3a3485
parent7683c9907ffe40d6fefbeaa5f5ba69ae8223e8b5 (diff)
downloadpfsense-b4c47936bde24ebd3a3f8347ec993e507eb26778.zip
pfsense-b4c47936bde24ebd3a3f8347ec993e507eb26778.tar.gz
Remove the second Disconnect VPN button. Its function is different, but it doesn't really have a practical use (child SAs can be deleted elsewhere) and the presence of two buttons is confusing.
-rw-r--r--src/usr/local/www/diag_ipsec.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_ipsec.php b/src/usr/local/www/diag_ipsec.php
index 1146986..00af97f 100644
--- a/src/usr/local/www/diag_ipsec.php
+++ b/src/usr/local/www/diag_ipsec.php
@@ -287,9 +287,6 @@ if (is_array($status)) {
<a href="diag_ipsec.php?act=ikedisconnect&amp;ikeid=<?=$con_id; ?>" class="btn btn-xs btn-danger" data-toggle="tooltip" title="Disconnect VPN">
<?=gettext("Disconnect")?>
</a><br />
- <a href="diag_ipsec.php?act=ikedisconnect&amp;ikeid=<?=$con_id; ?>&amp;ikesaid=<?=$ikesa['uniqueid']; ?>" class="btn btn-xs btn-warning" data-toggle="tooltip" title="Disconnect VPN connection">
- <?=gettext("Disconnect")?>
- </a>
<?php
}
?>
OpenPOWER on IntegriCloud