mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 13:34:41 +01:00
18 lines
370 B
PHP
18 lines
370 B
PHP
<?php
|
|
// phpBB 3.0.x auto-generated configuration file
|
|
// Do not change anything in this file!
|
|
$dbms = 'mysqli';
|
|
$dbhost = 'localhost';
|
|
$dbport = '';
|
|
$dbname = 'website';
|
|
$dbuser = 'dd1079';
|
|
$dbpasswd = 'peach';
|
|
|
|
$table_prefix = 'phpbb_';
|
|
$acm_type = 'file';
|
|
$load_extensions = '';
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
define('DEBUG', true);
|
|
define('DEBUG_EXTRA', true);
|
|
?>
|