From d52494246d7670f9e3edc9bad3da8ba342bd06d6 Mon Sep 17 00:00:00 2001
From: "Paul S. Owen" <psotfx@users.sourceforge.net>
Date: Sun, 14 Oct 2001 20:05:19 +0000
Subject: [PATCH] And I'll add it back ... please leave blank for now

git-svn-id: file:///svn/phpbb/trunk@1196 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/config.php | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 phpBB/config.php

diff --git a/phpBB/config.php b/phpBB/config.php
new file mode 100644
index 0000000000..78287ef2af
--- /dev/null
+++ b/phpBB/config.php
@@ -0,0 +1,19 @@
+<?php
+
+//
+// phpBB 2.x auto-generated config file
+// Do not change anything in this file!
+//
+
+$dbms = "mysql";
+
+$dbhost = "localhost";
+$dbname = "dev_starstreak_net";
+$dbuser = "devhttp";
+$dbpasswd = "efx2KarizonaD";
+
+$table_prefix = "phpbb_";
+
+define('PHPBB_INSTALLED', true);
+
+?>
\ No newline at end of file