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) {