From be7c44ae75a2c1d3c63d45154ff197ed7f5c2ea3 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Fri, 13 Jul 2001 14:18:57 +0000 Subject: Aaargh! Damn config file ;) git-svn-id: file:///svn/phpbb/trunk@640 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB') 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_"; -- cgit v1.2.1