summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Badges_v2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Badges_v2.php b/Badges_v2.php
index f4004a5..425b4d5 100644
--- a/Badges_v2.php
+++ b/Badges_v2.php
@@ -40,7 +40,7 @@ header("Content-Type: image/png");
if ( ! is_file($Stats)
||(filemtime($Stats) + CACHE < $_SERVER['REQUEST_TIME']))
{
- system("wget --no-cache http://ws.audioscrobbler.com/1.0/user/".rawurlencode($username)."/profile.xml -O $Stats.tmp");
+ system("wget -q --no-cache http://ws.audioscrobbler.com/1.0/user/".rawurlencode($username)."/profile.xml -O $Stats.tmp");
system("mv $Stats.tmp $Stats");
}