aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/config.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index b0dc738f7f..512efc8cab 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -26,14 +26,16 @@
// and fill in the required details
//
+/*
//
// MySQL
//
-$dbms = "mysql";
-$dbhost = "localhost";
-$dbname = "bartvb";
-$dbuser = "bartvb";
-$dbpasswd = "bvbdb=";
+$dbms = "";
+$dbhost = "";
+$dbname = "";
+$dbuser = "";
+$dbpasswd = "";
+*/
/*
//