mirror of https://github.com/BOINC/boinc.git
more information in account email
svn path=/trunk/boinc/; revision=658
This commit is contained in:
parent
2b0573d98b
commit
5204812fb8
|
@ -65,5 +65,5 @@ function show_error($str) {
|
|||
select the <b>Add Project</b> command
|
||||
and give it your account key.";
|
||||
|
||||
mail($new_email_addr, "Account key for ".PROJECT, "Your account key for ".PROJECT." is $authenticator.\nCopy this key into the BOINC client.");
|
||||
mail($new_email_addr, "Account information for ".PROJECT."\nThe URL for this project is \n\n".MASTER_URL."\n\nYour account key is \n\n$authenticator\n\nCopy this information into the BOINC client.");
|
||||
page_tail();
|
||||
|
|
|
@ -21,6 +21,7 @@ define("TITLE_COLOR", " bgcolor=000000 ");
|
|||
define("TITLE_FONT", " <font color=ffffff> ");
|
||||
define("BODY_COLOR", " bgcolor=ffffff ");
|
||||
define("PROJECT", "Astropulse");
|
||||
define("MASTER_URL", "http://maggie.ssl.berkeley.edu/ap/");
|
||||
|
||||
|
||||
function get_user_from_cookie() {
|
||||
|
|
Loading…
Reference in New Issue