mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02: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:
@@ -26,14 +26,16 @@
|
||||
// and fill in the required details
|
||||
//
|
||||
|
||||
/*
|
||||
//
|
||||
// MySQL
|
||||
//
|
||||
$dbms = "mysql";
|
||||
$dbhost = "localhost";
|
||||
$dbname = "bartvb";
|
||||
$dbuser = "bartvb";
|
||||
$dbpasswd = "bvbdb=";
|
||||
$dbms = "";
|
||||
$dbhost = "";
|
||||
$dbname = "";
|
||||
$dbuser = "";
|
||||
$dbpasswd = "";
|
||||
*/
|
||||
|
||||
/*
|
||||
//
|
||||
|
Reference in New Issue
Block a user