aboutsummaryrefslogtreecommitdiffstats
path: root/config/rate/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/rate/status_graph.php')
-rw-r--r--config/rate/status_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rate/status_graph.php b/config/rate/status_graph.php
index 12a9fd39..a5c8cbcd 100644
--- a/config/rate/status_graph.php
+++ b/config/rate/status_graph.php
@@ -140,7 +140,7 @@ function updateBandwidthHosts(data){
}
}
}
-
+
setTimeout('updateBandwidth()', 3000);
}
@@ -160,7 +160,7 @@ if((isset($config['ipsec']['enable'])) || (isset($config['ipsec']['mobileclients
}
/* link the ipsec interface magically */
-if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']['enable']))
+if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']['enable']))
$ifdescrs['enc0'] = "IPsec";
?>