- added Free-DC CPID stats

svn path=/trunk/boinc/; revision=15387
This commit is contained in:
David Anderson 2008-06-11 16:08:09 +00:00
parent 67284f3209
commit 0cee57e3de
2 changed files with 9 additions and 0 deletions

View File

@ -4775,3 +4775,9 @@ David 10 June 2008
py/Boinc/
setup_project.py
David 12 June 2008
- added Free-DC CPID stats
html/inc/
stats_sites.inc

View File

@ -4,6 +4,9 @@ $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
// the following sites generate stats for a given CPID
//
$cpid_stats_sites = array(
array("Free-DC",
"http://stats.free-dc.org/stats.php?page=userbycpid&cpid=%s"
),
array("BOINC all Project Stats",
"http://www.allprojectstats.com/showuser.php?id=%s"
),