*** empty log message ***

svn path=/trunk/boinc/; revision=5440
This commit is contained in:
David Anderson 2005-02-16 19:08:07 +00:00
parent 15c5fd2f11
commit d56dd39413
3 changed files with 10 additions and 3 deletions

View File

@ -24872,3 +24872,10 @@ David 15 Feb 2005
html/user/
account_setup_first_done.php (new)
David 16 Feb 2005
- user web fixes
html/user/
account_setup_first_done.php
team_display.php

View File

@ -14,8 +14,8 @@ echo "
tell your computer(s) to use this account.
<p>When the BOINC software first runs, it will ask you for
<br>a <b>Project URL</b> and a <b>Account key</b>.
Copy and paste them from here:
a <b>Project URL</b> and a <b>Account key</b>.
<br>Copy and paste them from here:
<p><ul>
<li>Project URL: <b>".MASTER_URL."</b>
<li>Account key: $user->authenticator

View File

@ -1,5 +1,6 @@
<?php
require_once("../inc/cache.inc");
require_once("../inc/util.inc");
$sort_by = $_GET["sort_by"];
if (!$sort_by) $sort_by = "expavg_credit";
@ -18,7 +19,6 @@ $cache_args = "teamid=$teamid&sort_by=$sort_by&offset=$offset";
start_cache(TEAM_PAGE_TTL, $cache_args);
require_once("../inc/db.inc");
require_once("../inc/util.inc");
require_once("../inc/team.inc");
db_init();