diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2009-07-17 13:23:09 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2009-07-17 13:23:09 +0000 |
| commit | 7284985ce231cef06e9c0026b593b2ab0e113686 (patch) | |
| tree | 2db1e37d33e22f5aa118e7ed0547366115a1dacb | |
| parent | 5f6db9584c4b2594c437a07c0ecd60390ff39d5e (diff) | |
| download | forums-7284985ce231cef06e9c0026b593b2ab0e113686.tar forums-7284985ce231cef06e9c0026b593b2ab0e113686.tar.gz forums-7284985ce231cef06e9c0026b593b2ab0e113686.tar.bz2 forums-7284985ce231cef06e9c0026b593b2ab0e113686.tar.xz forums-7284985ce231cef06e9c0026b593b2ab0e113686.zip | |
fail <3 r9769
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9770 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/config.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index fcfbc98bc2..e69de29bb2 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,17 +0,0 @@ -<?php -// phpBB 3.0.x auto-generated configuration file -// Do not change anything in this file! -$dbms = 'mysqli'; -$dbhost = ''; -$dbport = ''; -$dbname = 'phpbb'; -$dbuser = 'root'; -$dbpasswd = 'testing'; -$table_prefix = 'phpbb_'; -$acm_type = 'file'; -$load_extensions = ''; - -@define('PHPBB_INSTALLED', true); -@define('DEBUG', true); -@define('DEBUG_EXTRA', true); -?> |
