diff options
author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-10-16 01:00:47 +0000 |
---|---|---|
committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-10-16 01:00:47 +0000 |
commit | 8f45c77883d9349e974e19f7db8526176d09f201 (patch) | |
tree | 5616afc2168c05c83635e9337497d76912966d91 /phpBB/config.php | |
parent | a1c1036b8c8c1bbb27105df9c4b7b6d11612c888 (diff) | |
download | forums-8f45c77883d9349e974e19f7db8526176d09f201.tar forums-8f45c77883d9349e974e19f7db8526176d09f201.tar.gz forums-8f45c77883d9349e974e19f7db8526176d09f201.tar.bz2 forums-8f45c77883d9349e974e19f7db8526176d09f201.tar.xz forums-8f45c77883d9349e974e19f7db8526176d09f201.zip |
Just the start to the wonderful world of global announcements. Adds support for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later.
git-svn-id: file:///svn/phpbb/trunk@1215 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..2a378b51eb 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,19 @@ +<?php + +// +// phpBB 2.x auto-generated config file +// Do not change anything in this file! +// + +$dbms = "mysql"; + +$dbhost = "127.0.0.1"; +$dbname = "devphpbb2"; +$dbuser = "dougk"; +$dbpasswd = "dougk"; + +$table_prefix = "phpbb_"; + +define('PHPBB_INSTALLED', true); + +?>
\ No newline at end of file |