mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
16 lines
305 B
PHP
16 lines
305 B
PHP
<?php
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
$dbms = 'mysql';
|
|
$dbhost = 'localhost';
|
|
$dbport = '';
|
|
$dbname = 'phpbb';
|
|
$dbuser = 'root';
|
|
$dbpasswd = 'rootdb';
|
|
|
|
$table_prefix = 'phpbb_';
|
|
$acm_type = 'file';
|
|
$load_extensions = '';
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
?>
|