summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-28 12:21:21 +0400
committerAndrew Dolgov <[email protected]>2012-10-28 12:21:21 +0400
commitacccafe3daee1c94064202d38fa244bd5a15c2e7 (patch)
tree11407af73571632e239e1de01c4a7dfb7664503d /include/sanity_check.php
parent17525d012750697283a3758b0fe00c0a6945947f (diff)
replace htmlpurifier with htmlawed
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index bf47db8ee..8d5f52377 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -21,12 +21,6 @@
array_push($errors, "Configuration file (config.php) has incorrect version. Update it with new options from config.php-dist and set CONFIG_VERSION to the correct value.");
}
- $purifier_cache_dir = CACHE_DIR . "/htmlpurifier";
-
- if (!is_writable($purifier_cache_dir)) {
- array_push($errors, "HTMLPurifier cache directory should be writable by anyone (chmod -R 777 $purifier_cache_dir)");
- }
-
if (!is_writable(CACHE_DIR . "/images")) {
array_push($errors, "Image cache is not writable (chmod -R 777 ".CACHE_DIR."/images)");
}