[FORUM] Update phpBB configuration for phpBB 3.2.2.

This commit is contained in:
Colin Finck 2018-06-18 15:14:30 +02:00
parent 85f0b07a38
commit 35486b7945
2 changed files with 17 additions and 7 deletions

View File

@ -0,0 +1,13 @@
<?php
// phpBB 3.2.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
require_once(dirname(__FILE__).'/../../www.reactos.org_config/phpbb-config.php');
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';
@define('PHPBB_INSTALLED', true);
// @define('PHPBB_DISPLAY_LOAD_TIME', true);
@define('PHPBB_ENVIRONMENT', 'production');
// @define('DEBUG_CONTAINER', true);

View File

@ -1,9 +1,6 @@
<?php
$dbms = '';
$dbhost = '';
$dbhost = 'localhost';
$dbport = '';
$dbname = '';
$dbuser = '';
$dbpasswd = '';
$table_prefix = 'phpbb_';
@define('PHPBB_USE_BOARD_URL_PATH', true);
$dbname = 'forum';
$dbuser = 'forum';
$dbpasswd = 'forum';