]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/config.php
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / config.php
1 <?php\r
2 \r
3 \r
4 // phpBB 2.x auto-generated config file\r
5 // Do not change anything in this file!\r
6 \r
7 $dbms = 'mysql';\r
8 \r
9 $dbhost = 'localhost';\r
10 $dbname = 'phpbb2';\r
11 $dbuser = 'phpbb';\r
12 $dbpasswd = 'BlaBla321';\r
13 \r
14 $table_prefix = 'phpbb_';\r
15 \r
16 define('PHPBB_INSTALLED', true);\r
17 \r
18 ?>\r