renamed project(_specific_prefs)?.inc to $0.sample

svn path=/trunk/boinc/; revision=1712
This commit is contained in:
Karl Chen 2003-07-17 21:16:35 +00:00
parent 17b5ff2723
commit 9944eb6e09
3 changed files with 0 additions and 26 deletions

0
html/user/project.inc → html/user/project.inc.sample Executable file → Normal file
View File

View File

@ -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";
}
?>