]> scripts.mit.edu Git - autoinstalls/phpBB.git/blob - config.php
phpBB 2.0.19-scripts
[autoinstalls/phpBB.git] / config.php
1 <?php
2
3
4 // phpBB 2.x auto-generated config file
5 // Do not change anything in this file!
6
7 $dbms = 'mysql';
8
9 $dbhost = WIZARD_DBSERVER;
10 $dbname = WIZARD_DBNAME;
11 $dbuser = WIZARD_DBUSER;
12 $dbpasswd = WIZARD_DBPASSWORD;
13
14 $table_prefix = '';
15
16 define('PHPBB_INSTALLED', true);
17
18 ?>