diff options
author | nikrou <nikrou@piwigo.org> | 2009-11-29 12:35:19 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-11-29 12:35:19 +0000 |
commit | c96097529e49943eddba78d70e23e38c0eac494d (patch) | |
tree | 5925d92bcad222348680a3ea6253d5743dbe38a4 /install.php | |
parent | 13ea9d50e35d9dd8cf7235a39d97a344e6091ea0 (diff) |
Feature_1255 :
- single quotes in queries
- start using $conf['dblayer']
git-svn-id: http://piwigo.org/svn/trunk@4385 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
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.'\'; |