aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2001-09-09 12:40:42 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2001-09-09 12:40:42 +0000
commit828447f53555e96bea4e37b6e6d1b78c5a3cc1fd (patch)
treec44914841f9423293b4df67bc6cf5025571e9a2f /phpBB/config.php
parent34c4e7c8202cd1b34b59416ec4686aa9dea248eb (diff)
downloadforums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar
forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.gz
forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.bz2
forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.xz
forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.zip
Removed some trailing newlines
git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index fc480fb9d3..d04e4b5260 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -31,9 +31,9 @@
// MySQL
//
$dbms = "mysql";
-$dbhost = "";
-$dbname = "";
-$dbuser = "";
+$dbhost = "localhost";
+$dbname = "phpbb2";
+$dbuser = "root";
$dbpasswd = "";
*/
@@ -97,4 +97,4 @@ $dbpasswd = "";
//
$table_prefix = "phpbb_";
-?>
+?> \ No newline at end of file