aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-12 14:27:51 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-12 14:27:51 +0200
commitcd03b575df970f39f0fc2c15807f0d375d93bd4e (patch)
tree87ad2f6eada047b8dd55df0ff7bea1c90301d265 /inc/poche/Poche.class.php
parent6a9e4bfc901439d5b4791b229acc872d43461f8f (diff)
downloadwallabag-cd03b575df970f39f0fc2c15807f0d375d93bd4e.tar.gz
wallabag-cd03b575df970f39f0fc2c15807f0d375d93bd4e.tar.zst
wallabag-cd03b575df970f39f0fc2c15807f0d375d93bd4e.zip
error msg when install folder exists
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 2af49acd..82f0228e 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -20,7 +20,7 @@ class Poche
20 { 20 {
21 if (file_exists('./install') && !DEBUG_POCHE) { 21 if (file_exists('./install') && !DEBUG_POCHE) {
22 Tools::logm('folder /install exists'); 22 Tools::logm('folder /install exists');
23 die('To install your poche with sqlite, copy /install/poche.sqlite in /db and delete the folder /install. you have to delete the /install folder before using poche.'); 23 die('If you want to update your poche, you just have to delete /install folder. <br />To install your poche with sqlite, copy /install/poche.sqlite in /db and delete the folder /install. you have to delete the /install folder before using poche.');
24 } 24 }
25 25
26 $this->store = new Database(); 26 $this->store = new Database();