1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:15:57 +00:00

move HTMLPurifier cache inside CACHE_DIR/htmlpurifier

This commit is contained in:
Andrew Dolgov
2011-04-15 14:06:27 +04:00
parent 9b27cec8c0
commit ca06ed7d36
4 changed files with 3 additions and 1 deletions

View File

@@ -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);