From a2922819467d34832b70c7d423df509a1a8da46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Fri, 20 Oct 2006 17:15:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11327 --- html/inc/stats_sites.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index ed4876bfdf..10da602c8d 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -3,7 +3,7 @@ // the following sites generate stats for a given CPID // $cpid_stats_sites = array( - array("BOINCStats", + array("BOINCstats", "http://www.boincstats.com/stats/boinc_user_graph.php?pr=bo&id=%s" ), array("BOINC Statistics for the WORLD!", @@ -46,7 +46,7 @@ $stats_sites = array( "developed by Hydnum Repandum." ), array("http://www.boincstats.com/", - "BOINCStats", + "BOINCstats", "by Willy de Zutter" ), array("http://www.dc-vault.com", @@ -109,6 +109,10 @@ $sig_sites = array( "http://www.bigbee.be/comp/boinc/signature.php", "" ), + array("http://www.boincstats.com/page/faq.php#3", + "BOINCstats", + "by Willy de Zutter" + ), ); function site_list($sites) {