From 9eff7725089a105db853f2aed81370a3abee8d69 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Mon, 19 Mar 2001 01:35:04 +0000 Subject: User registration works. git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/config.php') diff --git a/phpBB/config.php b/phpBB/config.php index 067141b3da..733e65986d 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -29,9 +29,9 @@ $session_cookie_time = 3600; // DB connection config $dbms = "mysql"; $dbhost = "localhost"; -$dbname = "phpbb2"; -$dbuser = "phpbb2"; -$dbpasswd = "bbphp2bb"; +$dbname = ""; +$dbuser = ""; +$dbpasswd = ""; // Date format (needs to go into DB) $date_format = "M d Y h:i:s a"; // American datesformat -- cgit v1.2.1