mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3051
This commit is contained in:
parent
5d2e6ba533
commit
1cd0d67d9e
|
@ -10413,3 +10413,11 @@ Rom Mar 6 2004
|
|||
|
||||
Jeff Mar 9 2004
|
||||
- CVS tagged as boinc_app_release_2_27.
|
||||
|
||||
Rom Mar 9 2004
|
||||
- Fix fatal error with the intro.php page because of missing function in project.inc
|
||||
|
||||
html/project.sample/
|
||||
project.inc
|
||||
html/user
|
||||
info.php
|
||||
|
|
|
@ -82,4 +82,11 @@ function project_news() {
|
|||
echo "No news is good news\n";
|
||||
}
|
||||
|
||||
function project_research_url() {
|
||||
|
||||
return "http://boinc.berkeley.edu/";
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
@ -8,7 +8,7 @@ echo "
|
|||
|
||||
<h2>Rules and Policies</h2>
|
||||
|
||||
<h3>Run", PROJECT, " only on authorized computers</h3>
|
||||
<h3>Run ", PROJECT, " only on authorized computers</h3>
|
||||
|
||||
<p>
|
||||
Run ", PROJECT, " only on computers that you own,
|
||||
|
|
Loading…
Reference in New Issue