diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-07-13 14:16:11 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-07-13 14:16:11 +0000 |
commit | 384371cdc7170bdf3ff0107e95afe97c815c022a (patch) | |
tree | b60ec72c2b0f638f3f608c0059a1441794c15bea /phpBB/config.php | |
parent | 2fd984b37034904ad60be97b6654530dbdecfd11 (diff) | |
download | forums-384371cdc7170bdf3ff0107e95afe97c815c022a.tar forums-384371cdc7170bdf3ff0107e95afe97c815c022a.tar.gz forums-384371cdc7170bdf3ff0107e95afe97c815c022a.tar.bz2 forums-384371cdc7170bdf3ff0107e95afe97c815c022a.tar.xz forums-384371cdc7170bdf3ff0107e95afe97c815c022a.zip |
Start of the admin frontend
git-svn-id: file:///svn/phpbb/trunk@639 89ea8834-ac86-4346-8a33-228a782c2dd0
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 e55278aef6..2a057d85f0 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -33,9 +33,9 @@ $session_length = 300; // DB connection config $dbms = "mysql"; $dbhost = "localhost"; -$dbname = ""; -$dbuser = ""; -$dbpasswd = ""; +$dbname = "bartvb"; +$dbuser = "bartvb"; +$dbpasswd = "bvbdb="; // DB table prefix $table_prefix = "phpbb_"; |