1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00
git-svn-id: file:///svn/phpbb/trunk@3103 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2002-11-27 13:33:52 +00:00
parent 831c9b5a61
commit 3b71148ddf
2 changed files with 0 additions and 186 deletions

View File

@@ -1,14 +0,0 @@
<?php
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "phpbb";
$dbuser = "phpbb";
$dbpasswd = "phpbb0wn$";
define("PHPBB_INSTALLED", true);
$table_prefix = "phpbb_";
define('DEBUG', 1);
?>