diff options
author | tcit <tcit@tcit.fr> | 2014-04-23 10:34:22 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-04-23 10:34:22 +0200 |
commit | c97d23c5334b363250a1d7cfc5cffd0087f35c21 (patch) | |
tree | 455a4cd0886c0beb51f036482811fb94cbc5fa5e /install | |
parent | 4d99bae893eb47505f8ff6976917ef3af363ff5b (diff) | |
parent | 2a6440c134ee2d90a84b3e3a2e039d8fb4d83d04 (diff) | |
download | wallabag-c97d23c5334b363250a1d7cfc5cffd0087f35c21.tar.gz wallabag-c97d23c5334b363250a1d7cfc5cffd0087f35c21.tar.zst wallabag-c97d23c5334b363250a1d7cfc5cffd0087f35c21.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'install')
-rwxr-xr-x[-rw-r--r--] | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index e02952e0..b6c6abec 100644..100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -53,7 +53,7 @@ else if (isset($_POST['install'])) { | |||
53 | else { | 53 | else { |
54 | $continue = true; | 54 | $continue = true; |
55 | // Create config.inc.php | 55 | // Create config.inc.php |
56 | if (!copy('inc/poche/config.inc.php.new', 'inc/poche/config.inc.php')) { | 56 | if (!copy('inc/poche/config.inc.default.php', 'inc/poche/config.inc.php')) { |
57 | $errors[] = 'Installation aborted, impossible to create inc/poche/config.inc.php file. Maybe you don\'t have write access to create it.'; | 57 | $errors[] = 'Installation aborted, impossible to create inc/poche/config.inc.php file. Maybe you don\'t have write access to create it.'; |
58 | $continue = false; | 58 | $continue = false; |
59 | } | 59 | } |