mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 10:18:54 +00:00
on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
21 lines
No EOL
286 B
PHP
21 lines
No EOL
286 B
PHP
<?php
|
|
|
|
//
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
//
|
|
|
|
$dbms = "mysql";
|
|
|
|
$dbhost = "localhost";
|
|
$dbport = "";
|
|
$dbname = "phpbb";
|
|
$dbuser = "root";
|
|
$dbpasswd = "";
|
|
|
|
$acm_type = 'file';
|
|
$table_prefix = "phpbb_";
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|