diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2003-03-04 17:52:50 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2003-03-04 17:52:50 +0000 |
commit | fd629c7a9ff83de74635b403de31c42c65860ab1 (patch) | |
tree | 734b05a784fcf87500fafb2f9d9a3b6a3eeca545 /phpBB/config.php | |
parent | c5b9e64505ee45e416a77bb988101c340be0dfa9 (diff) | |
download | forums-fd629c7a9ff83de74635b403de31c42c65860ab1.tar forums-fd629c7a9ff83de74635b403de31c42c65860ab1.tar.gz forums-fd629c7a9ff83de74635b403de31c42c65860ab1.tar.bz2 forums-fd629c7a9ff83de74635b403de31c42c65860ab1.tar.xz forums-fd629c7a9ff83de74635b403de31c42c65860ab1.zip |
Tons of work on the UCP, see my topic in the development forum for more info
on the bigger changes.
Registration should still work, the basic layout of the UCP is also done
with the start on the profile settings area.
git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..3e98be6eb0 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,21 @@ +<?php + +// +// phpBB 2.x auto-generated config file +// Do not change anything in this file! +// + +$dbms = "mysql"; + +$dbhost = "localhost"; +$dbport = ""; +$dbname = "phpbb"; +$dbuser = "root"; +$dbpasswd = ""; + +$acm_type = 'file'; +$table_prefix = "phpbb_"; + +define('PHPBB_INSTALLED', true); + +?>
\ No newline at end of file |