mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Going to have change doing this from "doing a Bart" to "doing a Paul" before much longer ...
git-svn-id: file:///svn/phpbb/trunk@2449 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e1f7400b8d
commit
005052b2c6
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_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