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:
@@ -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);
|
||||
?>
|
Reference in New Issue
Block a user