diff --git a/checkin_notes b/checkin_notes index 14b88257c7..3c4a05a36d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index 8775427a84..c7a748fffa 100644 --- a/html/inc/stats_sites.inc +++ b/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" ),