phpbb/phpBB/config.php
dougk_ff7 8fa7d2e175 includes/sessions.php
git-svn-id: file:///svn/phpbb/trunk@2308 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 14:50:43 +00:00

19 lines
266 B
PHP

<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "devphpbb2";
$dbuser = "dougk";
$dbpasswd = "dougkff7";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>