diff options
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..e443e887ae 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,15 @@ +<?php +// phpBB 2.x auto-generated config file +// Do not change anything in this file! +$dbms = "mysql"; + +$dbhost = "localhost"; +$dbname = "phpbb_test"; +$dbuser = "devhttp"; +$dbpasswd = "efx2KarizonaD"; + +$table_prefix = "phpbb_"; + +define('PHPBB_INSTALLED', true); +define('DEBUG', 1); +?>
\ No newline at end of file |
