summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_ipsec.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-18 09:17:21 -0400
committerjim-p <jimp@pfsense.org>2016-03-18 09:17:21 -0400
commitdc9d5657abbddc840c1e73bff7748bde4ff39449 (patch)
tree1cba05d7d93e995d4b8d12bb7a017d3369a3e0a3 /src/usr/local/www/status_ipsec.php
parentd684b79a5e0b0a7f229a966edbce3c70621514a2 (diff)
downloadpfsense-dc9d5657abbddc840c1e73bff7748bde4ff39449.zip
pfsense-dc9d5657abbddc840c1e73bff7748bde4ff39449.tar.gz
Use correct variable for the remote ID in IPsec status. Fixes #6009
Diffstat (limited to 'src/usr/local/www/status_ipsec.php')
-rw-r--r--src/usr/local/www/status_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_ipsec.php b/src/usr/local/www/status_ipsec.php
index 15300b9..5277fbc 100644
--- a/src/usr/local/www/status_ipsec.php
+++ b/src/usr/local/www/status_ipsec.php
@@ -199,7 +199,7 @@ if (is_array($status)) {
if ($ikesa['remote-id'] == '%any') {
$identity = htmlspecialchars(gettext('Any identifier'));
} else {
- $identity = htmlspecialchars($ikesa['remote']['identification']);
+ $identity = htmlspecialchars($ikesa['remote-id']);
}
}
if (!empty($ikesa['remote-xauth-id'])) {
OpenPOWER on IntegriCloud