]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - check_setup.php
Updated legacy changelog
[github/wallabag/wallabag.git] / check_setup.php
old mode 100644 (file)
new mode 100755 (executable)
index 7e378b1..cf02c34
@@ -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');