mirror of https://github.com/BOINC/boinc.git
web: fixed URL of BOINCstats in 3 places
This commit is contained in:
parent
4ffe582194
commit
58f437592d
|
@ -29,7 +29,7 @@ $cpid_stats_sites = array(
|
||||||
),
|
),
|
||||||
*/
|
*/
|
||||||
array("BOINCstats",
|
array("BOINCstats",
|
||||||
"http://www.boincstats.com/en/stats/-1/user/detail/%s"
|
"http://boincstats.com/en/stats/-1/user/detail/%s"
|
||||||
),
|
),
|
||||||
array("BOINC Statistics for the WORLD!",
|
array("BOINC Statistics for the WORLD!",
|
||||||
"http://www.boincsynergy.com/stats/boinc-individual.php?cpid=%s"
|
"http://www.boincsynergy.com/stats/boinc-individual.php?cpid=%s"
|
||||||
|
@ -74,7 +74,7 @@ $stats_sites = array(
|
||||||
"BOINC Combined Statistics",
|
"BOINC Combined Statistics",
|
||||||
"developed by James Drews"
|
"developed by James Drews"
|
||||||
),
|
),
|
||||||
array("http://www.boincstats.com/",
|
array("http://boincstats.com/",
|
||||||
"BOINCstats",
|
"BOINCstats",
|
||||||
"by Willy de Zutter"
|
"by Willy de Zutter"
|
||||||
),
|
),
|
||||||
|
@ -137,7 +137,7 @@ $sig_sites = array(
|
||||||
// "boinc.be",
|
// "boinc.be",
|
||||||
// ""
|
// ""
|
||||||
//),
|
//),
|
||||||
array("http://www.boincstats.com/page/faq.php#3",
|
array("http://boincstats.com/page/faq.php#3",
|
||||||
"BOINCstats",
|
"BOINCstats",
|
||||||
"by Willy de Zutter"
|
"by Willy de Zutter"
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue