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