aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2002-11-27 13:33:52 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2002-11-27 13:33:52 +0000
commit3b71148ddfa619e93acd1b4677ae2ebbef38e985 (patch)
treea928627f493ab7e4aad78d3e185de1b606f281e1 /phpBB/config.php
parent831c9b5a611e2591e3b79170b4e487241e2d9595 (diff)
downloadforums-3b71148ddfa619e93acd1b4677ae2ebbef38e985.tar
forums-3b71148ddfa619e93acd1b4677ae2ebbef38e985.tar.gz
forums-3b71148ddfa619e93acd1b4677ae2ebbef38e985.tar.bz2
forums-3b71148ddfa619e93acd1b4677ae2ebbef38e985.tar.xz
forums-3b71148ddfa619e93acd1b4677ae2ebbef38e985.zip
Grmbl
git-svn-id: file:///svn/phpbb/trunk@3103 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index 3f052a7b20..e69de29bb2 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -1,14 +0,0 @@
-<?php
-
-$dbms = "mysql";
-$dbhost = "localhost";
-$dbname = "phpbb";
-$dbuser = "phpbb";
-$dbpasswd = "phpbb0wn$";
-
-define("PHPBB_INSTALLED", true);
-$table_prefix = "phpbb_";
-
-define('DEBUG', 1);
-
-?>