From 6ffbd3d3028bfebf1f1960560e253fef930623cb Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 8 Sep 2001 18:42:16 +0000 Subject: [PATCH] Damn, checked in config.php again.. git-svn-id: file:///svn/phpbb/trunk@1011 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/phpBB/config.php b/phpBB/config.php index b0dc738f7f..512efc8cab 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -26,14 +26,16 @@ // and fill in the required details // +/* // // MySQL // -$dbms = "mysql"; -$dbhost = "localhost"; -$dbname = "bartvb"; -$dbuser = "bartvb"; -$dbpasswd = "bvbdb="; +$dbms = ""; +$dbhost = ""; +$dbname = ""; +$dbuser = ""; +$dbpasswd = ""; +*/ /* //