From 9dc70ab8fb574a3ee1e6a2145ac77b45f2240e9b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 12 Feb 2006 18:59:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9449 --- html/inc/stats_sites.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index 84c949270c..8ba352be58 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -10,6 +10,11 @@ $cpid_stats_sites = array( array("BOINC Combined Statistics", "http://boinc.netsoft-online.com/get_user.php?cpid=%s&html=1" ), + array("The Knights Who Say 'Ni!'", + "http://stats.kwsn.net/user.php?proj=all&cpid=%s" + ), ); +shuffle($cpid_stats_sites); + ?>