aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index e55278aef6..2a057d85f0 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -33,9 +33,9 @@ $session_length = 300;
// DB connection config
$dbms = "mysql";
$dbhost = "localhost";
-$dbname = "";
-$dbuser = "";
-$dbpasswd = "";
+$dbname = "bartvb";
+$dbuser = "bartvb";
+$dbpasswd = "bvbdb=";
// DB table prefix
$table_prefix = "phpbb_";