diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index 512efc8cab..fc480fb9d3 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -30,7 +30,7 @@ // // MySQL // -$dbms = ""; +$dbms = "mysql"; $dbhost = ""; $dbname = ""; $dbuser = ""; |
