aboutsummaryrefslogtreecommitdiffstats
path: root/config/lightsquid
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-09-13 22:56:46 -0500
committerChris Buechler <cmb@pfsense.org>2014-09-13 22:56:46 -0500
commit553d26b557803ce3e83e4a5b0980e3b8d8691717 (patch)
tree93c713c4758d08e570eea8cdea037beb818bfab9 /config/lightsquid
parentb40de132a39680cd8d096e14d9f968adac3c82e0 (diff)
downloadpfsense-packages-553d26b557803ce3e83e4a5b0980e3b8d8691717.tar.gz
pfsense-packages-553d26b557803ce3e83e4a5b0980e3b8d8691717.tar.bz2
pfsense-packages-553d26b557803ce3e83e4a5b0980e3b8d8691717.zip
fix typo in variable
Diffstat (limited to 'config/lightsquid')
-rw-r--r--config/lightsquid/sqstat.class.php4
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
+?>