mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11866] Only single backslash in .md files
PHPBB3-11866
This commit is contained in:
parent
9ead28a0fe
commit
6d5be041e4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ found below. More information on configuration options can be found on the
|
||||||
wiki (see below).
|
wiki (see below).
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$dbms = 'phpbb\\db\\driver\\mysqli';
|
$dbms = 'phpbb\db\driver\mysqli';
|
||||||
$dbhost = 'localhost';
|
$dbhost = 'localhost';
|
||||||
$dbport = '';
|
$dbport = '';
|
||||||
$dbname = 'database';
|
$dbname = 'database';
|
||||||
|
|
Loading…
Add table
Reference in a new issue