mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
moron alert
git-svn-id: file:///svn/phpbb/trunk@2306 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e22ee22470
commit
e1ab45d3c9
1 changed files with 0 additions and 51 deletions
|
@ -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 = "mssql_phpbb_odbc";
|
||||
$dbname = "";
|
||||
$dbuser = "phpbb";
|
||||
$dbpasswd = "efx2000";
|
||||
|
||||
$dbms = "msaccess";
|
||||
|
||||
$dbhost = "phpbb_test_msaccess_odbc";
|
||||
$dbname = "";
|
||||
$dbuser = "devhttp";
|
||||
$dbpasswd = "efx2KarizonaD";
|
||||
|
||||
$dbms = "mssql";
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbname = "phpbb";
|
||||
$dbuser = "phpbb";
|
||||
$dbpasswd = "efx2000";
|
||||
*/
|
||||
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
define('PHPBB_INSTALLED', true);
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue