aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index d665f36559..e69de29bb2 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -1,16 +0,0 @@
-<?php
-// phpBB 2.x auto-generated config file
-// Do not change anything in this file!
-$dbms = 'mysql';
-$dbhost = 'localhost';
-$dbport = '';
-$dbname = 'phpbb';
-$dbuser = 'root';
-$dbpasswd = 'rootdb';
-
-$table_prefix = 'phpbb_';
-$acm_type = 'file';
-$load_extensions = '';
-
-define('PHPBB_INSTALLED', true);
-?> \ No newline at end of file