web site fixes

svn path=/trunk/boinc/; revision=662
This commit is contained in:
David Anderson 2002-11-25 22:14:05 +00:00
parent cd89960356
commit 13ade90ad3
2 changed files with 5 additions and 2 deletions

View File

@ -63,7 +63,8 @@ function show_error($str) {
<p>
If you're already running the BOINC client,
select the <b>Add Project</b> command
and give it your account key.";
and give it your account key.
<p>";
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.");
mail($new_email_addr, "Account information for ".PROJECT,"The 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();

View File

@ -53,6 +53,8 @@ function page_head($title) {
function page_tail() {
echo "<a href=index.php>Return to ".PROJECT." page</a><br>\n";
// put your copyright notice etc. here
echo "<hr>Copyright (c) 2002 Sample Project\n";