1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

Doug, whooops .... :)

git-svn-id: file:///svn/phpbb/trunk@1191 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-10-14 18:32:48 +00:00
parent 715a51c548
commit 30fd1f8757

View File

@ -1,19 +1,4 @@
<?php
// //
// phpBB 2.x auto-generated config file // RUN install.php!
// Do not change anything in this file!
// //
$dbms = "mysql";
$dbhost = "127.0.0.1";
$dbname = "devphpbb2";
$dbuser = "dougk";
$dbpasswd = "2d8o0u7g026";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>