9 lines
160 B
Python
9 lines
160 B
Python
|
# TODO: Implement access control for pages
|
||
|
|
||
|
def read_attachment(request, rel_path):
|
||
|
return True
|
||
|
|
||
|
|
||
|
def modify_attachment(request, rel_path):
|
||
|
return True
|