diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-08-21 16:42:22 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-08-21 16:42:22 +0200 |
commit | 4362417495b116b6bd4c3011187968f68f09430f (patch) | |
tree | 2900cccca6602a22f17e01188c3a9193f1334e47 /check_setup.php | |
parent | 45e60cb52a132917463bb45d1f1b41fc671ca659 (diff) | |
parent | a9bbe11169a89195aeb72ecddd1e000276b5bf72 (diff) | |
download | wallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.gz wallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.zst wallabag-4362417495b116b6bd4c3011187968f68f09430f.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
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'); |