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