fix parameters config

This commit is contained in:
Nicolas Lœuillet
2015-01-28 13:43:23 +01:00
parent 2cdb0b8f40
commit 80709502c7
2 changed files with 2 additions and 8 deletions

View File

@ -23,7 +23,7 @@ function executeQuery($handle, $sql, $params) {
}
$configFile = 'app/config/config.inc.php';
$dbFile = 'app/db/poche.sqlite';
$dbFile = 'data/db/poche.sqlite';
$username = 'wallabag';
$password = 'wallabag';
$salt = $parameters['parameters']['secret'];