diff options
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 |