diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-08 18:24:34 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-08 18:24:34 +0000 |
| commit | 9b64a5d50cc491d4a8d256104db865463119c7bc (patch) | |
| tree | 2a603b95d0d6b9e1682311d0aca97b7759c1cbeb /phpBB/config.php | |
| parent | 19ae53a5b142e946da042eef2209dba6893ce09a (diff) | |
| download | forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.gz forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.bz2 forums-9b64a5d50cc491d4a8d256104db865463119c7bc.tar.xz forums-9b64a5d50cc491d4a8d256104db865463119c7bc.zip | |
Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 12 |
1 files changed, 5 insertions, 7 deletions
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 +?> |
