mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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).
|
||||
|
||||
<?php
|
||||
$dbms = 'phpbb\\db\\driver\\mysqli';
|
||||
$dbms = 'phpbb\db\driver\mysqli';
|
||||
$dbhost = 'localhost';
|
||||
$dbport = '';
|
||||
$dbname = 'database';
|
||||
|
|
Loading…
Add table
Reference in a new issue