https://www.icyphoenix.com/viewtopic.php?f=35&t=1471&p=11580#p11580
-----------------------------------
Bambina Cattiva
Sun 08 Apr, 2007 14:09

Re: From PhpBB2 To PhpBBxs
-----------------------------------
[quote]
<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = '*****';
$dbname = '*****';
$dbuser = '*****';
$dbpasswd = '*****';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>
[/quote]


