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