mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=298
This commit is contained in:
parent
b246d63295
commit
6faddfaf49
|
@ -5,9 +5,9 @@ include_once("util.inc");
|
||||||
include_once("login.inc");
|
include_once("login.inc");
|
||||||
include_once("prefs.inc");
|
include_once("prefs.inc");
|
||||||
|
|
||||||
db_init();
|
$project = db_init();
|
||||||
|
$head = sprintf("Create User Account for %s", $project);
|
||||||
page_head("Create Account");
|
page_head("$head");
|
||||||
print_create_account_form();
|
print_create_account_form();
|
||||||
page_tail();
|
page_tail();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue