diff options
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..3e98be6eb0 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,21 @@ +<?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); + +?>
\ No newline at end of file |