From 9b64a5d50cc491d4a8d256104db865463119c7bc Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 8 Sep 2001 18:24:34 +0000 Subject: Altered layout of phpbb_config table git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'phpBB/config.php') diff --git a/phpBB/config.php b/phpBB/config.php index b8cee67675..b0dc738f7f 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -26,16 +26,14 @@ // and fill in the required details // -/* // // MySQL // $dbms = "mysql"; -$dbhost = ""; -$dbname = ""; -$dbuser = ""; -$dbpasswd = ""; -*/ +$dbhost = "localhost"; +$dbname = "bartvb"; +$dbuser = "bartvb"; +$dbpasswd = "bvbdb="; /* // @@ -97,4 +95,4 @@ $dbpasswd = ""; // $table_prefix = "phpbb_"; -?> \ No newline at end of file +?> -- cgit v1.2.1