diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-24 14:48:47 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-24 14:48:47 +0000 |
commit | 40c4b1dcd77a8bd5ad617ec396ca3f6c84705753 (patch) | |
tree | de7a8c66a9f2ebdea246aea126e09d94b19c45b1 /phpBB/config.php | |
parent | 064f6fec430c04c58e043f664f6e4d19301c14f4 (diff) | |
download | forums-40c4b1dcd77a8bd5ad617ec396ca3f6c84705753.tar forums-40c4b1dcd77a8bd5ad617ec396ca3f6c84705753.tar.gz forums-40c4b1dcd77a8bd5ad617ec396ca3f6c84705753.tar.bz2 forums-40c4b1dcd77a8bd5ad617ec396ca3f6c84705753.tar.xz forums-40c4b1dcd77a8bd5ad617ec396ca3f6c84705753.zip |
grrr, this is what happens when you update another cvs repository with this repository in it
Well, my first Doug, time for celebration!
git-svn-id: file:///svn/phpbb/trunk@6648 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index da2f709dae..e69de29bb2 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,18 +0,0 @@ -<?php -// phpBB 3.0.x auto-generated configuration file -// Do not change anything in this file! -$dbms = 'mysqli'; -$dbhost = 'localhost'; -$dbport = ''; -$dbname = 'website'; -$dbuser = 'dd1079'; -$dbpasswd = 'peach'; - -$table_prefix = 'phpbb_'; -$acm_type = 'file'; -$load_extensions = ''; - -define('PHPBB_INSTALLED', true); -define('DEBUG', true); -define('DEBUG_EXTRA', true); -?>
\ No newline at end of file |