1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Altered layout of phpbb_config table

git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-09-08 18:24:34 +00:00
parent 19ae53a5b1
commit 9b64a5d50c
29 changed files with 426 additions and 378 deletions

View File

@@ -26,16 +26,14 @@
// and fill in the required details
//
/*
//
// MySQL
//
$dbms = "mysql";
$dbhost = "";
$dbname = "";
$dbuser = "";
$dbpasswd = "";
*/
$dbhost = "localhost";
$dbname = "bartvb";
$dbuser = "bartvb";
$dbpasswd = "bvbdb=";
/*
//
@@ -97,4 +95,4 @@ $dbpasswd = "";
//
$table_prefix = "phpbb_";
?>
?>