source:
trunk/forum/config.sample.php
Last change on this file was 401, checked in by , 16 years ago | |
---|---|
File size: 360 bytes |
Line | |
---|---|
1 | <?php |
2 | // phpBB 3.0.x auto-generated configuration file |
3 | // Do not change anything in this file! |
4 | $dbms = 'mysqli'; |
5 | $dbhost = ''; |
6 | $dbport = ''; |
7 | $dbname = 'forum'; |
8 | $dbuser = 'usr'; |
9 | $dbpasswd = ''; |
10 | $table_prefix = 'phpbb3_'; |
11 | $acm_type = 'file'; |
12 | $load_extensions = ''; |
13 | |
14 | @define('PHPBB_INSTALLED', true); |
15 | // @define('DEBUG', true); |
16 | // @define('DEBUG_EXTRA', true); |
17 | ?> |
Note:
See TracBrowser
for help on using the repository browser.