Newer
Older
Import / web / www.xiaofrog.com / phpbb / config.php
@John Ryland John Ryland on 22 Dec 2020 268 bytes import NUC files
<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = 'mysql.xiaofrog.com';
$dbname = 'phpbb';
$dbuser = 'jryland';
$dbpasswd = 'killeres';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>