fsfs
This commit is contained in:
parent
5cf212d359
commit
25f7c20a5e
5 changed files with 9 additions and 2 deletions
|
@ -644,6 +644,8 @@ def admin_removed(v):
|
|||
@admin_level_required(4)
|
||||
@validate_formkey
|
||||
def admin_image_ban(v):
|
||||
if request.content_length > 16 * 1024 * 1024: abort(413)
|
||||
|
||||
|
||||
i=request.files['file']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue