1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Fixes that little login bug.

git-svn-id: file:///svn/phpbb/trunk@1186 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7
2001-10-14 16:11:36 +00:00
parent ae1e381f99
commit fe67a082f8
3 changed files with 22 additions and 2 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 = "127.0.0.1";
$dbname = "devphpbb2";
$dbuser = "dougk";
$dbpasswd = "2d8o0u7g026";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>