mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
New structure for the template files!
git-svn-id: file:///svn/phpbb/trunk@6647 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
17ea1ecd5e
commit
064f6fec43
2 changed files with 18 additions and 1 deletions
|
@ -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);
|
||||||
|
?>
|
|
@ -40,7 +40,6 @@ $lang = array_merge($lang, array(
|
||||||
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
||||||
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
|
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
|
||||||
|
|
||||||
'BBCODE_A_HELP' => 'Close all open BBCode tags',
|
|
||||||
'BBCODE_B_HELP' => 'Bold text: [b]text[/b] (alt+b)',
|
'BBCODE_B_HELP' => 'Bold text: [b]text[/b] (alt+b)',
|
||||||
'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)',
|
'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)',
|
||||||
'BBCODE_E_HELP' => 'List: Add list element',
|
'BBCODE_E_HELP' => 'List: Add list element',
|
||||||
|
|
Loading…
Add table
Reference in a new issue