1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

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
This commit is contained in:
James Atkinson
2002-06-27 20:06:44 +00:00
parent 35e91d29d5
commit f37d9e964d
6 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
<?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);
?>