aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:43:23 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:43:23 +0100
commit80709502c73c83e2c0d362fe9e485029cfc2708e (patch)
tree8ca88075d0319c30dbcf040a6c6a4847e2b26396 /bin
parent2cdb0b8f4052f783fad53df3904a236c5edc9134 (diff)
downloadwallabag-80709502c73c83e2c0d362fe9e485029cfc2708e.tar.gz
wallabag-80709502c73c83e2c0d362fe9e485029cfc2708e.tar.zst
wallabag-80709502c73c83e2c0d362fe9e485029cfc2708e.zip
fix parameters config
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install b/bin/install
index 61ffcb65..ed2c2d91 100755
--- a/bin/install
+++ b/bin/install
@@ -23,7 +23,7 @@ function executeQuery($handle, $sql, $params) {
23} 23}
24 24
25$configFile = 'app/config/config.inc.php'; 25$configFile = 'app/config/config.inc.php';
26$dbFile = 'app/db/poche.sqlite'; 26$dbFile = 'data/db/poche.sqlite';
27$username = 'wallabag'; 27$username = 'wallabag';
28$password = 'wallabag'; 28$password = 'wallabag';
29$salt = $parameters['parameters']['secret']; 29$salt = $parameters['parameters']['secret'];