1 |
<?php |
1 |
<?php |
2 |
|
2 |
|
3 |
|
3 |
|
4 |
// phpBB 2.x auto-generated config file |
4 |
// phpBB 2.x auto-generated config file |
5 |
// Do not change anything in this file! |
5 |
// Do not change anything in this file! |
6 |
|
6 |
|
7 |
$dbms = 'mysql4'; |
7 |
$dbms = 'mysql4'; |
8 |
|
8 |
|
9 |
$dbhost = 'localhost'; |
9 |
$dbhost = 'localhost'; |
10 |
$dbname = 'forum'; |
10 |
$dbname = 'forum'; |
11 |
$dbuser = 'forumer'; |
11 |
$dbuser = 'forumer'; |
12 |
$dbpasswd = 'aaaaaa'; |
12 |
$dbpasswd = 'hcfgt42'; |
13 |
|
13 |
|
14 |
$table_prefix = 'phpbb_'; |
14 |
$table_prefix = 'phpbb_'; |
15 |
|
15 |
|
16 |
define('PHPBB_INSTALLED', true); |
16 |
define('PHPBB_INSTALLED', true); |
17 |
|
17 |
|
18 |
?> |
- |
|
19 |
|
18 |
?> |
- |
|
19 |
|