1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge pull request #1733 from nickvergessen/ticket/11866

Ticket/11866 Fix some more namespace issues
This commit is contained in:
David King
2013-09-25 16:49:12 -07:00
8 changed files with 10 additions and 34 deletions

View File

@@ -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';