diff --git a/checkin_notes b/checkin_notes index 7b176e29e1..645006db46 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc index 9d06027c5e..c3b46abae8 100644 --- a/html/project.sample/project.inc +++ b/html/project.sample/project.inc @@ -82,4 +82,11 @@ function project_news() { echo "No news is good news\n"; } +function project_research_url() { + + return "http://boinc.berkeley.edu/"; + +} + + ?> diff --git a/html/user/info.php b/html/user/info.php index 5f6db66448..5e45654fee 100644 --- a/html/user/info.php +++ b/html/user/info.php @@ -8,7 +8,7 @@ echo "
Run ", PROJECT, " only on computers that you own,