mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
Remove config
git-svn-id: file:///svn/phpbb/trunk@2206 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
508b6d60ef
commit
8771de7fc7
@ -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);
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user