1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Add new Cache.SerializerPermissions option.

This commit is contained in:
Petr Skoda
2011-01-13 15:05:12 +01:00
committed by Edward Z. Yang
parent 5803c06765
commit 78c4e62245
6 changed files with 74 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
Cache.SerializerPermissions
TYPE: int
VERSION: 4.2.1
DEFAULT: 0755
--DESCRIPTION--
<p>
Directory permissions of the files and directories created inside
the DefinitionCache/Serializer or other custom serializer path.
</p>
--# vim: et sw=4 sts=4