mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
vendor dir is not accessible before install, sqlite db dir write check moved into db class
This commit is contained in:
parent
70549136ba
commit
211068ce50
3 changed files with 5 additions and 6 deletions
5
check_setup.php
Normal file → Executable file
5
check_setup.php
Normal file → Executable file
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue