diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-28 09:38:31 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-28 09:38:31 +0000 |
| commit | e759598fc6c220a053d59865a248b5e1c3bd6662 (patch) | |
| tree | 81b4c8e32fa13735bead3f6597e427a2b4d45520 /phpBB/config.php | |
| parent | 59e4c4b810c76db985944136a4f82981379f4a1d (diff) | |
| download | forums-e759598fc6c220a053d59865a248b5e1c3bd6662.tar forums-e759598fc6c220a053d59865a248b5e1c3bd6662.tar.gz forums-e759598fc6c220a053d59865a248b5e1c3bd6662.tar.bz2 forums-e759598fc6c220a053d59865a248b5e1c3bd6662.tar.xz forums-e759598fc6c220a053d59865a248b5e1c3bd6662.zip | |
In honor of Beta4!
git-svn-id: file:///svn/phpbb/trunk@6683 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index da2f709dae..e69de29bb2 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,18 +0,0 @@ -<?php -// phpBB 3.0.x auto-generated configuration file -// Do not change anything in this file! -$dbms = 'mysqli'; -$dbhost = 'localhost'; -$dbport = ''; -$dbname = 'website'; -$dbuser = 'dd1079'; -$dbpasswd = 'peach'; - -$table_prefix = 'phpbb_'; -$acm_type = 'file'; -$load_extensions = ''; - -define('PHPBB_INSTALLED', true); -define('DEBUG', true); -define('DEBUG_EXTRA', true); -?>
\ No newline at end of file |
