X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=check_setup.php;h=cf02c34baeacffc8cfc673c4b31c9a6ca69119e7;hb=727c35d8096c7690f66f2a815af3e8cabae00399;hp=7e378b1537ee0b6e0c1a3fc5d84c43919f60ce05;hpb=ebd6bf6007e0fad4c3e11dac0e79f687e1d195a2;p=github%2Fwallabag%2Fwallabag.git diff --git a/check_setup.php b/check_setup.php old mode 100644 new mode 100755 index 7e378b15..cf02c34b --- a/check_setup.php +++ b/check_setup.php @@ -5,11 +5,6 @@ if (! is_writable('cache')) { die('The directory "cache" must be writeable by your web server user'); } -// Check if /db is writeable -if (! is_writable('db') && STORAGE === 'sqlite') { - die('The directory "db" must be writeable by your web server user'); -} - // install folder still present, need to install wallabag if (is_dir('install')) { require('install/index.php');