diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 22:08:48 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 22:08:48 +0200 |
commit | 58dbe103889148def78b0fc8744d3f94c56a1561 (patch) | |
tree | 4c94631fabd8f07b9a88c1b730b9fe8ae9d595b7 /check_setup.php | |
parent | d423113b009ca7d44db7bc9d09556d9857b316c8 (diff) | |
download | wallabag-58dbe103889148def78b0fc8744d3f94c56a1561.tar.gz wallabag-58dbe103889148def78b0fc8744d3f94c56a1561.tar.zst wallabag-58dbe103889148def78b0fc8744d3f94c56a1561.zip |
#584 check permissions for HTMLPurifier/DefinitionCache/Serializer folder
Diffstat (limited to 'check_setup.php')
-rw-r--r-- | check_setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_setup.php b/check_setup.php index eee5d24a..c86b17fa 100644 --- a/check_setup.php +++ b/check_setup.php | |||
@@ -12,7 +12,7 @@ if (version_compare(PHP_VERSION, '5.4.0', '<')) { | |||
12 | } | 12 | } |
13 | } | 13 | } |
14 | 14 | ||
15 | $writableFolders = array('cache', 'db'); | 15 | $writableFolders = array('cache', 'db', 'inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer'); |
16 | foreach ($writableFolders as $folder) { | 16 | foreach ($writableFolders as $folder) { |
17 | if (! is_writable($folder)) { | 17 | if (! is_writable($folder)) { |
18 | die('The directory "' . $folder . '" must be writeable by your web server user'); | 18 | die('The directory "' . $folder . '" must be writeable by your web server user'); |