Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / config.php
1 <?php
4 // phpBB 2.x auto-generated config file
5 // Do not change anything in this file!
7 $dbms = 'mysql4';
9 $dbhost = 'localhost';
10 $dbname = 'phpBB2';
11 $dbuser = 'phpBB2';
12 $dbpasswd = 'Fred1210';
14 $table_prefix = 'phpbb_';
16 define('PHPBB_INSTALLED', true);
18 ?>