mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2693
This commit is contained in:
parent
1c0cf071da
commit
d0d70a837a
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue