aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php51
1 files changed, 0 insertions, 51 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
deleted file mode 100644
index ab82bb7b92..0000000000
--- a/phpBB/config.php
+++ /dev/null
@@ -1,51 +0,0 @@
-<?php
-
-//
-// phpBB 2.x auto-generated config file
-// Do not change anything in this file!
-//
-
-$dbms = "mysql4";
-$dbhost = "localhost";
-$dbname = "dev_starstreak_net";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-
-$dbhost = "localhost";
-$dbname = "phpbb_com";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-/*
-
-$dbhost = "localhost";
-$dbname = "phpbb_test";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-
-$dbms = "mssql-odbc";
-
-$dbhost = "phpbb_test_mssql_odbc";
-$dbname = "";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-
-$dbms = "msaccess";
-
-$dbhost = "phpbb_test_msaccess_odbc";
-$dbname = "";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-
-$dbms = "mssql";
-
-$dbhost = "localhost";
-$dbname = "phpbb_com";
-$dbuser = "devhttp";
-$dbpasswd = "efx2KarizonaD";
-*/
-
-$table_prefix = "phpbb_";
-
-define('PHPBB_INSTALLED', true);
-
-?> \ No newline at end of file