From 553d26b557803ce3e83e4a5b0980e3b8d8691717 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 13 Sep 2014 22:56:46 -0500 Subject: fix typo in variable --- config/lightsquid/sqstat.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/lightsquid/sqstat.class.php') 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 +?> -- cgit v1.2.3