mirror of https://github.com/BOINC/boinc.git
- web: fix BOINCStats link for host details
svn path=/trunk/boinc/; revision=25780
This commit is contained in:
parent
3b26791411
commit
cc642f7947
|
@ -4444,8 +4444,14 @@ Charlie 20 June 2012
|
||||||
boinc.xcodeproj/
|
boinc.xcodeproj/
|
||||||
project.pbxproj
|
project.pbxproj
|
||||||
|
|
||||||
David 19 June 2012
|
David 20 June 2012
|
||||||
- fix configure error on Linux.
|
- fix configure error on Linux.
|
||||||
I think the AC_PROG_OBJCXX should be limited to Mac somehow
|
I think the AC_PROG_OBJCXX should be limited to Mac somehow
|
||||||
|
|
||||||
configure.ac
|
configure.ac
|
||||||
|
|
||||||
|
David 20 June 2012
|
||||||
|
- web: fix BOINCStats link for host details
|
||||||
|
|
||||||
|
html/inc/
|
||||||
|
stats_sites.inc
|
||||||
|
|
|
@ -170,7 +170,7 @@ $team_name_sites = array(
|
||||||
|
|
||||||
$host_sites = array(
|
$host_sites = array(
|
||||||
array(
|
array(
|
||||||
"http://boincstats.com/en/stats/-1/detail/",
|
"http://boincstats.com/en/stats/-1/host/detail/",
|
||||||
"BOINCstats.com",
|
"BOINCstats.com",
|
||||||
"boincstats_icon.png"
|
"boincstats_icon.png"
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue