aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2001-10-16 01:01:56 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2001-10-16 01:01:56 +0000
commitfe06cc34e15c18173e9b1356dcc617919dc9460f (patch)
tree87bc07d82360e9bd9445c206342e9684e85c3844 /phpBB/config.php
parent8f45c77883d9349e974e19f7db8526176d09f201 (diff)
downloadforums-fe06cc34e15c18173e9b1356dcc617919dc9460f.tar
forums-fe06cc34e15c18173e9b1356dcc617919dc9460f.tar.gz
forums-fe06cc34e15c18173e9b1356dcc617919dc9460f.tar.bz2
forums-fe06cc34e15c18173e9b1356dcc617919dc9460f.tar.xz
forums-fe06cc34e15c18173e9b1356dcc617919dc9460f.zip
*@#%^&, I did it again. Oh well.
git-svn-id: file:///svn/phpbb/trunk@1216 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index 2a378b51eb..e69de29bb2 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -1,19 +0,0 @@
-<?php
-
-//
-// phpBB 2.x auto-generated config file
-// Do not change anything in this file!
-//
-
-$dbms = "mysql";
-
-$dbhost = "127.0.0.1";
-$dbname = "devphpbb2";
-$dbuser = "dougk";
-$dbpasswd = "dougk";
-
-$table_prefix = "phpbb_";
-
-define('PHPBB_INSTALLED', true);
-
-?> \ No newline at end of file