mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 10:40:58 +02:00
fail <3 r9769
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9770 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
<?php
|
||||
// phpBB 3.0.x auto-generated configuration file
|
||||
// Do not change anything in this file!
|
||||
$dbms = 'mysqli';
|
||||
$dbhost = '';
|
||||
$dbport = '';
|
||||
$dbname = 'phpbb';
|
||||
$dbuser = 'root';
|
||||
$dbpasswd = 'testing';
|
||||
$table_prefix = 'phpbb_';
|
||||
$acm_type = 'file';
|
||||
$load_extensions = '';
|
||||
|
||||
@define('PHPBB_INSTALLED', true);
|
||||
@define('DEBUG', true);
|
||||
@define('DEBUG_EXTRA', true);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user