aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 22:08:48 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 22:08:48 +0200
commit58dbe103889148def78b0fc8744d3f94c56a1561 (patch)
tree4c94631fabd8f07b9a88c1b730b9fe8ae9d595b7
parentd423113b009ca7d44db7bc9d09556d9857b316c8 (diff)
downloadwallabag-58dbe103889148def78b0fc8744d3f94c56a1561.tar.gz
wallabag-58dbe103889148def78b0fc8744d3f94c56a1561.tar.zst
wallabag-58dbe103889148def78b0fc8744d3f94c56a1561.zip
#584 check permissions for HTMLPurifier/DefinitionCache/Serializer folder
-rw-r--r--check_setup.php2
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');
16foreach ($writableFolders as $folder) { 16foreach ($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');