mirror of https://github.com/BOINC/boinc.git
renamed project(_specific_prefs)?.inc to $0.sample
svn path=/trunk/boinc/; revision=1712
This commit is contained in:
parent
17b5ff2723
commit
9944eb6e09
|
@ -1,26 +0,0 @@
|
|||
<?php
|
||||
|
||||
define("PROJECT", "SETI@home");
|
||||
define("MASTER_URL", "http://maggie.ssl.berkeley.edu/sah/");
|
||||
|
||||
function project_intro() {
|
||||
echo"
|
||||
The SETI@home project, based at UC Berkeley,
|
||||
uses the idle time of thousands of computers to
|
||||
search for extraterrestrial intelligence.
|
||||
";
|
||||
}
|
||||
|
||||
function project_banner($user) {
|
||||
echo "<table width=100%><tr><td>
|
||||
<img src=http://setiathome.berkeley.edu/images/better_banner.jpg>
|
||||
</td><td align=right>\n";
|
||||
if ($user) {
|
||||
echo "Logged in as $user->name";
|
||||
} else {
|
||||
echo "<br>";
|
||||
}
|
||||
echo "</td></tr></table><hr>\n";
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue