diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:14:07 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:14:07 +0000 |
| commit | c1cf3404a248c49f15033cba7fce6b042025ebd2 (patch) | |
| tree | 4f75b6b415f4e6703e99dfe3785fdf7b0ad42874 /phpBB/config.php | |
| parent | 96948b010ce47a8a5e1f00994dafacb8c31ca70e (diff) | |
| download | forums-c1cf3404a248c49f15033cba7fce6b042025ebd2.tar forums-c1cf3404a248c49f15033cba7fce6b042025ebd2.tar.gz forums-c1cf3404a248c49f15033cba7fce6b042025ebd2.tar.bz2 forums-c1cf3404a248c49f15033cba7fce6b042025ebd2.tar.xz forums-c1cf3404a248c49f15033cba7fce6b042025ebd2.zip | |
No negative values (#30335)
git-svn-id: file:///svn/phpbb/trunk@8723 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..111a64b53f 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,17 @@ +<?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 |
