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_";