diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-08 18:42:16 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-08 18:42:16 +0000 |
commit | 6ffbd3d3028bfebf1f1960560e253fef930623cb (patch) | |
tree | fcc0f850a5865735ad06d1dc4b563f04de156260 | |
parent | 9b64a5d50cc491d4a8d256104db865463119c7bc (diff) | |
download | forums-6ffbd3d3028bfebf1f1960560e253fef930623cb.tar forums-6ffbd3d3028bfebf1f1960560e253fef930623cb.tar.gz forums-6ffbd3d3028bfebf1f1960560e253fef930623cb.tar.bz2 forums-6ffbd3d3028bfebf1f1960560e253fef930623cb.tar.xz forums-6ffbd3d3028bfebf1f1960560e253fef930623cb.zip |
Damn, checked in config.php again..
git-svn-id: file:///svn/phpbb/trunk@1011 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/config.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index b0dc738f7f..512efc8cab 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -26,14 +26,16 @@ // and fill in the required details // +/* // // MySQL // -$dbms = "mysql"; -$dbhost = "localhost"; -$dbname = "bartvb"; -$dbuser = "bartvb"; -$dbpasswd = "bvbdb="; +$dbms = ""; +$dbhost = ""; +$dbname = ""; +$dbuser = ""; +$dbpasswd = ""; +*/ /* // |