mirror of https://github.com/BOINC/boinc.git
- added Free-DC CPID stats
svn path=/trunk/boinc/; revision=15387
This commit is contained in:
parent
67284f3209
commit
0cee57e3de
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue