aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-11-28 09:34:08 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-11-28 09:34:08 +0000
commit59e4c4b810c76db985944136a4f82981379f4a1d (patch)
tree14add36821534fb6b79e7fb110067fd2824cf9b2 /phpBB/config.php
parentbb718d8406581f0dd9435274630ad887b68eb91b (diff)
downloadforums-59e4c4b810c76db985944136a4f82981379f4a1d.tar
forums-59e4c4b810c76db985944136a4f82981379f4a1d.tar.gz
forums-59e4c4b810c76db985944136a4f82981379f4a1d.tar.bz2
forums-59e4c4b810c76db985944136a4f82981379f4a1d.tar.xz
forums-59e4c4b810c76db985944136a4f82981379f4a1d.zip
per common request
git-svn-id: file:///svn/phpbb/trunk@6682 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index e69de29bb2..da2f709dae 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -0,0 +1,18 @@
+<?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