diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/lightsquid/sqstat.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/lightsquid/sqstat.class.php b/config/lightsquid/sqstat.class.php index c596616d..88a5cfce 100644 --- a/config/lightsquid/sqstat.class.php +++ b/config/lightsquid/sqstat.class.php @@ -427,7 +427,6 @@ class squidstat{ else # i use ip2long() to make ip sorting work correctly if ($resolveip) { - echo $ip; $hostname = gethostbyaddr($ip); if ($hostname == $ip) $ip = ip2long($ip); # resolve failed. use (ip2long) key |