aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
-
-?>