diff options
-rw-r--r-- | phpBB/config.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index da2f709dae..e69de29bb2 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,18 +0,0 @@ -<?php -// phpBB 3.0.x auto-generated configuration file -// Do not change anything in this file! -$dbms = 'mysqli'; -$dbhost = 'localhost'; -$dbport = ''; -$dbname = 'website'; -$dbuser = 'dd1079'; -$dbpasswd = 'peach'; - -$table_prefix = 'phpbb_'; -$acm_type = 'file'; -$load_extensions = ''; - -define('PHPBB_INSTALLED', true); -define('DEBUG', true); -define('DEBUG_EXTRA', true); -?>
\ No newline at end of file |