mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2647 89ea8834-ac86-4346-8a33-228a782c2dd0
19 lines
249 B
PHP
19 lines
249 B
PHP
<?php
|
|
|
|
//
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
//
|
|
|
|
$dbms = "mysql";
|
|
|
|
$dbhost = "localhost";
|
|
$dbname = "bb";
|
|
$dbuser = "root";
|
|
$dbpasswd = "";
|
|
|
|
$table_prefix = "phpbb_";
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|