]> scripts.mit.edu Git - autoinstalls/phpBB.git/blobdiff - config.php
phpBB 2.0.19-scripts
[autoinstalls/phpBB.git] / config.php
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fe5d222d259ba1499c6b683d8f38afa450467bac 100644 (file)
@@ -0,0 +1,18 @@
+<?php
+
+
+// phpBB 2.x auto-generated config file
+// Do not change anything in this file!
+
+$dbms = 'mysql';
+
+$dbhost = WIZARD_DBSERVER;
+$dbname = WIZARD_DBNAME;
+$dbuser = WIZARD_DBUSER;
+$dbpasswd = WIZARD_DBPASSWORD;
+
+$table_prefix = '';
+
+define('PHPBB_INSTALLED', true);
+
+?>
\ No newline at end of file