mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -26,16 +26,14 @@
|
||||
// and fill in the required details
|
||||
//
|
||||
|
||||
/*
|
||||
//
|
||||
// MySQL
|
||||
//
|
||||
$dbms = "mysql";
|
||||
$dbhost = "";
|
||||
$dbname = "";
|
||||
$dbuser = "";
|
||||
$dbpasswd = "";
|
||||
*/
|
||||
$dbhost = "localhost";
|
||||
$dbname = "bartvb";
|
||||
$dbuser = "bartvb";
|
||||
$dbpasswd = "bvbdb=";
|
||||
|
||||
/*
|
||||
//
|
||||
@@ -97,4 +95,4 @@ $dbpasswd = "";
|
||||
//
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user