diff options
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..3f052a7b20 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,14 @@ +<?php + +$dbms = "mysql"; +$dbhost = "localhost"; +$dbname = "phpbb"; +$dbuser = "phpbb"; +$dbpasswd = "phpbb0wn$"; + +define("PHPBB_INSTALLED", true); +$table_prefix = "phpbb_"; + +define('DEBUG', 1); + +?> |
