mirror of https://github.com/BOINC/boinc.git
BOINC web: fix Live Help db problem. Did it ever work?
This commit is contained in:
parent
13a5b9bf3e
commit
3e156ab9a2
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
@mysql_pconnect("localhost", "boincadm", null);
|
||||
$db_passwd = trim(file_get_contents("db_passwd"));
|
||||
@mysql_pconnect("localhost", "boincadm", $db_passwd);
|
||||
@mysql_select_db("support");
|
||||
|
||||
function rating_insert($r) {
|
||||
|
|
Loading…
Reference in New Issue