mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
error msg when install folder exists
This commit is contained in:
parent
6a9e4bfc90
commit
cd03b575df
@ -20,7 +20,7 @@ class Poche
|
||||
{
|
||||
if (file_exists('./install') && !DEBUG_POCHE) {
|
||||
Tools::logm('folder /install exists');
|
||||
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.');
|
||||
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.');
|
||||
}
|
||||
|
||||
$this->store = new Database();
|
||||
|
Loading…
Reference in New Issue
Block a user