aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
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