mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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:
parent
8fa7d2e175
commit
a30d780877
1 changed files with 0 additions and 19 deletions
|
@ -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);
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue