aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-14 20:05:19 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-14 20:05:19 +0000
commitd52494246d7670f9e3edc9bad3da8ba342bd06d6 (patch)
tree624f52b43a2dc2557b53b4b8fde5d60edf6409f9 /phpBB/config.php
parent85e9d9113f3c99e46b6ddd783cc29aeba376402a (diff)
downloadforums-d52494246d7670f9e3edc9bad3da8ba342bd06d6.tar
forums-d52494246d7670f9e3edc9bad3da8ba342bd06d6.tar.gz
forums-d52494246d7670f9e3edc9bad3da8ba342bd06d6.tar.bz2
forums-d52494246d7670f9e3edc9bad3da8ba342bd06d6.tar.xz
forums-d52494246d7670f9e3edc9bad3da8ba342bd06d6.zip
And I'll add it back ... please leave blank for now
git-svn-id: file:///svn/phpbb/trunk@1196 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php19
1 files changed, 19 insertions, 0 deletions
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