您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
407B

  1. Cache.SerializerPermissions
  2. TYPE: int/null
  3. VERSION: 4.3.0
  4. DEFAULT: 0755
  5. --DESCRIPTION--
  6. <p>
  7. Directory permissions of the files and directories created inside
  8. the DefinitionCache/Serializer or other custom serializer path.
  9. </p>
  10. <p>
  11. In HTML Purifier 4.8.0, this also supports <code>NULL</code>,
  12. which means that no chmod'ing or directory creation shall
  13. occur.
  14. </p>
  15. --# vim: et sw=4 sts=4