aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/config.php17
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