This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Config for Connection and Reporting Limit | |
$Config['Host'] = 'localhost'; // MySQL Host | |
$Config['User'] = 'root'; // MySQL Username | |
$Config['Pass'] = ''; // MySQL Password | |
$Config['Data'] = 'forums'; // MySQL Forum Database | |
$Config['Pfix'] = 'phpbb_'; // Prefix of the forums tables (Default: phpbb_) | |
$Config['LimN'] = 5; // Maximum Report Limit | |
$Config['Link'] = '../../forums'; // Folder where the forums are | |
$Config['Date'] = 'M j, Y @ g:i a'; // Default: 'M j, Y @ g:i a' |