Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: In latest Beta which file has the code that opens DB connection?

@chrishajer

Participant

I don’t have the latest beta installed, but I do have an Alpha 2 installation and the database connection is here:

./bb-includes/backpress/class.bpdb.php:123:

$this->dbh = mysql_connect($host, $user, $password, true);

Skip to toolbar