mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12348
This commit is contained in:
parent
3eaea4fb71
commit
49afbfe4e3
|
@ -3428,3 +3428,9 @@ David 11 Apr 2007
|
|||
DlgAdvPreferences.cpp
|
||||
lib/
|
||||
network.h
|
||||
|
||||
David 11 Apr 2007
|
||||
- user web: wrong URL for BOINC Combined Stats
|
||||
|
||||
html/inc/
|
||||
user.inc
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
<?
|
||||
|
||||
$project_news = array(
|
||||
array("April 11, 2007",
|
||||
"The BBC documentary 'Meltdown',
|
||||
which highlights <a href=http://climateprediction.net>Climateprediction.net</a>,
|
||||
has been nominated for
|
||||
a <a href=http://www.bafta.org/site/page129.html>British Academy of
|
||||
Film and Television Arts</a> academy award."
|
||||
),
|
||||
array("April 4, 2007",
|
||||
"Dr. Anderson gave the keynote talk,
|
||||
<a href=talks/ipdps_07_kn.ppt>Volunteer Computing: Planting the Flag</a>,
|
||||
|
|
|
@ -58,7 +58,7 @@ function parse_user($f, $user) {
|
|||
|
||||
function get_other_projects($user) {
|
||||
$cpid = md5($user->cross_project_id . $user->email_addr);
|
||||
$url = "http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=$cpid";
|
||||
$url = "http://boinc.netsoft-online.com/get_user.php?cpid=$cpid";
|
||||
$f = fopen($url, "r");
|
||||
if (!$f) {
|
||||
return $user;
|
||||
|
|
Loading…
Reference in New Issue