summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-03-28 12:16:08 -0400
committerjim-p <jimp@pfsense.org>2011-03-28 12:17:41 -0400
commitc6dfd2892306623d5b988a0955abb6eb343f9766 (patch)
treea2a716c2124b1810e9e3e9a7f49daf72716f2a84 /usr/local/www/status_graph.php
parent8f587b1dbbac22da6b2198ca63c171bf25cf6d9c (diff)
downloadpfsense-c6dfd2892306623d5b988a0955abb6eb343f9766.zip
pfsense-c6dfd2892306623d5b988a0955abb6eb343f9766.tar.gz
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 4527a71..6c00da4 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -163,7 +163,7 @@ function updateBandwidthHosts(data){
<?php
/* link the ipsec interface magically */
-if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']['enable']))
+if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enable']))
$ifdescrs['enc0'] = "IPsec";
?>
OpenPOWER on IntegriCloud