mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
removed permissions test on htmlpurifier
This commit is contained in:
parent
6a4bbf0fe5
commit
a818ff2000
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
|||
}
|
||||
}
|
||||
|
||||
$writableFolders = array('cache', 'db', 'inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer');
|
||||
$writableFolders = array('cache', 'db');
|
||||
foreach ($writableFolders as $folder) {
|
||||
if (! is_writable($folder)) {
|
||||
die('The directory "' . $folder . '" must be writeable by your web server user');
|
||||
|
|
Loading…
Reference in a new issue