punbb.inc.php.in 360 Bytes
Newer Older
1 2
<?php

3 4 5 6 7 8 9
$db_type = 'mysqli';
$db_host = '%(mysql_host)s';
$db_name = '%(mysql_database)s';
$db_username = '%(mysql_user)s';
$db_password = '%(mysql_password)s';
$db_prefix = 'pbb_';
$p_connect = false;
10

11 12 13 14 15 16 17 18
$base_url = 'http://webrunner:9080';

$cookie_name = 'forum_cookie_173f50';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

define('FORUM', 1);