mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-05 04:01:49 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2841 89ea8834-ac86-4346-8a33-228a782c2dd0
29 lines
395 B
PHP
29 lines
395 B
PHP
<?php
|
|
|
|
//
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
//
|
|
|
|
$dbms = 'mysql';
|
|
|
|
$dbhost = 'localhost';
|
|
$dbname = 'phpbb2devboard';
|
|
$dbuser = 'dougk';
|
|
$dbpasswd = 'dougkff7';
|
|
|
|
$table_prefix = 'phpbb_';
|
|
|
|
/*
|
|
$dbhost = 'localhost';
|
|
$dbname = 'devphpbb2';
|
|
$dbuser = 'dougk';
|
|
$dbpasswd = 'dougkff7';
|
|
|
|
$table_prefix = 'phpbb$_';
|
|
*/
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|