BOINC web: fix Live Help db problem. Did it ever work?

This commit is contained in:
David Anderson 2017-04-08 23:40:08 -07:00
parent 13a5b9bf3e
commit 3e156ab9a2
1 changed files with 2 additions and 1 deletions

View File

@ -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) {