mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Damn, checked in config.php again..
git-svn-id: file:///svn/phpbb/trunk@1011 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b64a5d50c
commit
6ffbd3d302
1 changed files with 7 additions and 5 deletions
|
@ -26,14 +26,16 @@
|
||||||
// and fill in the required details
|
// and fill in the required details
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/*
|
||||||
//
|
//
|
||||||
// MySQL
|
// MySQL
|
||||||
//
|
//
|
||||||
$dbms = "mysql";
|
$dbms = "";
|
||||||
$dbhost = "localhost";
|
$dbhost = "";
|
||||||
$dbname = "bartvb";
|
$dbname = "";
|
||||||
$dbuser = "bartvb";
|
$dbuser = "";
|
||||||
$dbpasswd = "bvbdb=";
|
$dbpasswd = "";
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue