mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 02:01:52 +02:00
17 lines
354 B
PHP
17 lines
354 B
PHP
<?php
|
|
// phpBB 3.0.x auto-generated configuration file
|
|
// Do not change anything in this file!
|
|
$dbms = 'mysqli';
|
|
$dbhost = '';
|
|
$dbport = '';
|
|
$dbname = '300';
|
|
$dbuser = 'root';
|
|
$dbpasswd = '';
|
|
$table_prefix = 'phpbb_';
|
|
$acm_type = 'file';
|
|
$load_extensions = '';
|
|
|
|
@define('PHPBB_INSTALLED', true);
|
|
@define('DEBUG', true);
|
|
@define('DEBUG_EXTRA', true);
|
|
?>
|