1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

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
This commit is contained in:
Meik Sievertsen
2003-04-22 19:44:00 +00:00
parent 5085f051bf
commit fb19563302
8 changed files with 630 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
<?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);
?>