Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
100.00% covered (success)
100.00%
8 / 8
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2// phpBB 3.1.x auto-generated configuration file
3// Do not change anything in this file!
4$dbms = ''; // Set this to empty value to avoid failed connection attempt as this will produce unwanted error/exception
5$dbhost = '127.0.0.1';
6$dbport = '';
7$dbname = 'phpbb';
8$dbuser = 'root';
9$dbpasswd = '';
10$table_prefix = 'phpbb_';
11$acm_type = '\phpbb\cache\driver\dummy';