mirror of
https://github.com/reactos/web.git
synced 2024-11-23 03:39:49 +00:00
[FORUM] Update phpBB configuration for phpBB 3.2.2.
This commit is contained in:
parent
85f0b07a38
commit
35486b7945
13
www/www.reactos.org/forum/config.php
Normal file
13
www/www.reactos.org/forum/config.php
Normal 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);
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user