aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index ee824715f..727d1f954 100644
--- a/install.php
+++ b/install.php
@@ -292,6 +292,7 @@ if ( isset( $_POST['install'] ))
{
$step = 2;
$file_content = '<?php
+$conf[\'dblayer\'] = \'mysql\';
$conf[\'db_base\'] = \''.$dbname.'\';
$conf[\'db_user\'] = \''.$dbuser.'\';
$conf[\'db_password\'] = \''.$dbpasswd.'\';