summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-13 19:47:48 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-13 19:47:56 -0400
commit763b5a4df69ac888055549ef2c0a0df14baec9f4 (patch)
tree887f634cb988960b7546ec316b17e28d4ac68ff6 /usr
parentc938d1e89733327f20c0202c5e84e3075576a2aa (diff)
downloadpfsense-763b5a4df69ac888055549ef2c0a0df14baec9f4.zip
pfsense-763b5a4df69ac888055549ef2c0a0df14baec9f4.tar.gz
Remove redundant IPSEC entry
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_graph.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 12a9fd3..56e1398 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -155,9 +155,6 @@ for($j = 1; isset($config['interfaces']['opt' . $j]); $j++) {
if(isset($config['interfaces']['opt' . $j]['enable']))
$ifdescrs['opt' . $j] = $config['interfaces']['opt' . $j]['descr'];
}
-if((isset($config['ipsec']['enable'])) || (isset($config['ipsec']['mobileclients']['enable']))) {
- $ifdescrs['ipsec'] = "IPSEC";
-}
/* link the ipsec interface magically */
if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']['enable']))
OpenPOWER on IntegriCloud