aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
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);
-
-?>