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

access.py 160B

12345678
  1. # TODO: Implement access control for pages
  2. def read_attachment(request, rel_path):
  3. return True
  4. def modify_attachment(request, rel_path):
  5. return True