*** empty log message ***

svn path=/trunk/boinc/; revision=2693
This commit is contained in:
David Anderson 2003-11-25 19:40:54 +00:00
parent 1c0cf071da
commit d0d70a837a
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ require_once('util.inc');
// Presentation code (HTML) shouldn't be here
function db_init($pathMod='') {
$retval = mysql_connect();
$retval = mysql_pconnect();
if (!$retval) {
echo "Unable to connect to database - please try again later";
exit();

View File

@ -18,8 +18,8 @@ and the files are
<p>
This data can be summarized and represented as Web pages.
An example is
<a href=http://www.boinc.dk/index.php?page=statistics>here</a>.
An example (in Danish) is at
<a href=http://www.boinc.dk/index.php?page=statistics>http://www.boinc.dk</a>.
";
page_tail();