Oh, fun. I just did the same thing Paul did. Anyway, phpBB2 should let you access the Admin panel now...

git-svn-id: file:///svn/phpbb/trunk@2309 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7 2002-03-18 14:52:15 +00:00
parent 8fa7d2e175
commit a30d780877

View file

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