1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00
php-phpbb/phpBB/config.php
Meik Sievertsen fb19563302 first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)
git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-22 19:44:00 +00:00

16 lines
305 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 = 'rootdb';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
define('PHPBB_INSTALLED', true);
?>