mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
19 lines
266 B
PHP
19 lines
266 B
PHP
<?php
|
|
|
|
//
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
//
|
|
|
|
$dbms = "mysql";
|
|
|
|
$dbhost = "localhost";
|
|
$dbname = "devphpbb2";
|
|
$dbuser = "dougk";
|
|
$dbpasswd = "dougkff7";
|
|
|
|
$table_prefix = "phpbb_";
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|