diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:28:46 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:28:46 +0000 |
commit | 97b5920055377a16aba5f39b850686a1a2801b75 (patch) | |
tree | fdf3a05fc236baa47f7d0e7772d198e3b3418a3a /phpBB | |
parent | 492354344b1b4328b06b749890df7b9c6ffbf7d7 (diff) | |
download | forums-97b5920055377a16aba5f39b850686a1a2801b75.tar forums-97b5920055377a16aba5f39b850686a1a2801b75.tar.gz forums-97b5920055377a16aba5f39b850686a1a2801b75.tar.bz2 forums-97b5920055377a16aba5f39b850686a1a2801b75.tar.xz forums-97b5920055377a16aba5f39b850686a1a2801b75.zip |
Oh. A Paul
git-svn-id: file:///svn/phpbb/trunk@8726 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/config.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/config.php b/phpBB/config.php deleted file mode 100644 index 111a64b53f..0000000000 --- a/phpBB/config.php +++ /dev/null @@ -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 = '300'; -$dbuser = 'root'; -$dbpasswd = ''; -$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 |