diff options
Diffstat (limited to 'config/lightsquid/sqstat.class.php')
-rw-r--r-- | config/lightsquid/sqstat.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lightsquid/sqstat.class.php b/config/lightsquid/sqstat.class.php index 03695a47..5707e051 100644 --- a/config/lightsquid/sqstat.class.php +++ b/config/lightsquid/sqstat.class.php @@ -70,7 +70,7 @@ class squidstat{ $this->squidhost = '127.0.0.1'; $this->squidport = '3128'; - $This->group_by = 'host'; + $this->group_by = 'host'; $this->resolveip = true; $this->hosts_file = ''; $this->autorefresh = 0; @@ -580,4 +580,4 @@ class squidstat{ } } -?>
\ No newline at end of file +?> |