mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
per common request
git-svn-id: file:///svn/phpbb/trunk@6682 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bb718d8406
commit
59e4c4b810
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// phpBB 3.0.x auto-generated configuration file
|
||||
// Do not change anything in this file!
|
||||
$dbms = 'mysqli';
|
||||
$dbhost = 'localhost';
|
||||
$dbport = '';
|
||||
$dbname = 'website';
|
||||
$dbuser = 'dd1079';
|
||||
$dbpasswd = 'peach';
|
||||
|
||||
$table_prefix = 'phpbb_';
|
||||
$acm_type = 'file';
|
||||
$load_extensions = '';
|
||||
|
||||
define('PHPBB_INSTALLED', true);
|
||||
define('DEBUG', true);
|
||||
define('DEBUG_EXTRA', true);
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user