From ca06ed7d36315922f5bc690e9fa456ecfe2faa9e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Apr 2011 14:06:27 +0400 Subject: move HTMLPurifier cache inside CACHE_DIR/htmlpurifier --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0a2345ff6..4abca26c0 100644 --- a/functions.php +++ b/functions.php @@ -120,6 +120,7 @@ @$config->set('HTML', 'Allowed', $allowed); $config->set('Output.FlashCompat', true); $config->set('Attr.EnableID', true); + $config->set('Cache', 'SerializerPath', CACHE_DIR . "/htmlpurifier"); $purifier = new HTMLPurifier($config); -- cgit v1.2.3