diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-14 18:32:48 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-14 18:32:48 +0000 |
commit | 30fd1f8757a54b7795b8d196b34a208d871c72f8 (patch) | |
tree | 7840cfff9ed10c57a7778dccdb4c1eb783f688a0 /phpBB/config.php | |
parent | 715a51c548f36ab2dca1fd61723f2f0b45e67a18 (diff) | |
download | forums-30fd1f8757a54b7795b8d196b34a208d871c72f8.tar forums-30fd1f8757a54b7795b8d196b34a208d871c72f8.tar.gz forums-30fd1f8757a54b7795b8d196b34a208d871c72f8.tar.bz2 forums-30fd1f8757a54b7795b8d196b34a208d871c72f8.tar.xz forums-30fd1f8757a54b7795b8d196b34a208d871c72f8.zip |
Doug, whooops .... :)
git-svn-id: file:///svn/phpbb/trunk@1191 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index 31fb8aca00..7062be9ceb 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,19 +1,4 @@ -<?php // -// phpBB 2.x auto-generated config file -// Do not change anything in this file! +// RUN install.php! // - -$dbms = "mysql"; - -$dbhost = "127.0.0.1"; -$dbname = "devphpbb2"; -$dbuser = "dougk"; -$dbpasswd = "2d8o0u7g026"; - -$table_prefix = "phpbb_"; - -define('PHPBB_INSTALLED', true); - -?>
\ No newline at end of file |