aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-18 14:52:15 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-18 14:52:15 +0000
commita30d780877bf89873065077c0f661d54c86704a7 (patch)
treee0fc631196450e626d5eb5a6738f69d4eff97a2b /phpBB/config.php
parent8fa7d2e175c3e52bb84b93d9af0eaef6fd26a26f (diff)
downloadforums-a30d780877bf89873065077c0f661d54c86704a7.tar
forums-a30d780877bf89873065077c0f661d54c86704a7.tar.gz
forums-a30d780877bf89873065077c0f661d54c86704a7.tar.bz2
forums-a30d780877bf89873065077c0f661d54c86704a7.tar.xz
forums-a30d780877bf89873065077c0f661d54c86704a7.zip
Oh, fun. I just did the same thing Paul did. Anyway, phpBB2 should let you access the Admin panel now...
git-svn-id: file:///svn/phpbb/trunk@2309 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 26552a35fa..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 = "localhost";
-$dbname = "devphpbb2";
-$dbuser = "dougk";
-$dbpasswd = "dougkff7";
-
-$table_prefix = "phpbb_";
-
-define('PHPBB_INSTALLED', true);
-
-?>