aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-11-24 14:45:13 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-11-24 14:45:13 +0000
commit064f6fec430c04c58e043f664f6e4d19301c14f4 (patch)
tree744982957b7aab82907d507c650e0492de80bcbc /phpBB/config.php
parent17ea1ecd5e868583302357164098b0677ae0d173 (diff)
downloadforums-064f6fec430c04c58e043f664f6e4d19301c14f4.tar
forums-064f6fec430c04c58e043f664f6e4d19301c14f4.tar.gz
forums-064f6fec430c04c58e043f664f6e4d19301c14f4.tar.bz2
forums-064f6fec430c04c58e043f664f6e4d19301c14f4.tar.xz
forums-064f6fec430c04c58e043f664f6e4d19301c14f4.zip
New structure for the template files!
git-svn-id: file:///svn/phpbb/trunk@6647 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