mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Why did I have to do that???
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2842 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4b896717cc
commit
b71f0c9400
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
<?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);
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue