View file xj9/forum/config.php

File size: 289B
<?php


// phpBB-WAP auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = 'localhost';
$dbname = 'xj9';
$dbuser = 'root';
$dbpasswd = '';

$table_prefix = 'phpbb_';

$db_charset_utf = '1';

define('PHPBB_INSTALLED', true);

?>