diff options
Diffstat (limited to 'check_setup.php')
-rwxr-xr-x[-rw-r--r--] | check_setup.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/check_setup.php b/check_setup.php index 7e378b15..cf02c34b 100644..100755 --- a/check_setup.php +++ b/check_setup.php | |||
@@ -5,11 +5,6 @@ if (! is_writable('cache')) { | |||
5 | die('The directory "cache" must be writeable by your web server user'); | 5 | die('The directory "cache" must be writeable by your web server user'); |
6 | } | 6 | } |
7 | 7 | ||
8 | // Check if /db is writeable | ||
9 | if (! is_writable('db') && STORAGE === 'sqlite') { | ||
10 | die('The directory "db" must be writeable by your web server user'); | ||
11 | } | ||
12 | |||
13 | // install folder still present, need to install wallabag | 8 | // install folder still present, need to install wallabag |
14 | if (is_dir('install')) { | 9 | if (is_dir('install')) { |
15 | require('install/index.php'); | 10 | require('install/index.php'); |