From ad217b92d254873e6fa92e3d91aba65333767188 Mon Sep 17 00:00:00 2001 From: jim-p Date: Sun, 14 Jun 2009 16:44:08 -0400 Subject: Fix some whitespace errors, and rename assign_privs to rate_assign_privs so it is unique among packages. --- config/rate/status_graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rate/status_graph.php') 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"; ?> -- cgit v1.2.3