mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11327
This commit is contained in:
parent
1018cfcb67
commit
a292281946
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue