mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 05:55:32 +02:00
Remove config
git-svn-id: file:///svn/phpbb/trunk@2206 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -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);
|
|
||||||
|
|
||||||
?>
|
|
Reference in New Issue
Block a user