aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-10-20 19:19:59 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-10-20 19:19:59 +0000
commitd5a41ebfa0349524ea03721606601e366dcfbb92 (patch)
tree607735502c2e4cc5038d50112d598db93904b1dd /phpBB
parent0e9f0ac4ecc636336603cc6932ce21a550c7087e (diff)
downloadforums-d5a41ebfa0349524ea03721606601e366dcfbb92.tar
forums-d5a41ebfa0349524ea03721606601e366dcfbb92.tar.gz
forums-d5a41ebfa0349524ea03721606601e366dcfbb92.tar.bz2
forums-d5a41ebfa0349524ea03721606601e366dcfbb92.tar.xz
forums-d5a41ebfa0349524ea03721606601e366dcfbb92.zip
It's been a while ...
git-svn-id: file:///svn/phpbb/trunk@2959 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index e443e887ae..e69de29bb2 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -1,15 +0,0 @@
-<?php
-// phpBB 2.x auto-generated config file
-// Do not change anything in this file!
-$dbms = "mysql";
-
-$dbhost = "localhost";
-$dbname = "phpbb_test";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-
-$table_prefix = "phpbb_";
-
-define('PHPBB_INSTALLED', true);
-define('DEBUG', 1);
-?> \ No newline at end of file