1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00
Files
php-phpbb/phpBB/config.php
James Atkinson f37d9e964d Fixes for bugs: 387, 519, 522, and 456
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2647 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-06-27 20:06:44 +00:00

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);
?>