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