diff options
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r-- | module/web/pyload_app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index 70686532c..2778566e1 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -400,6 +400,7 @@ def path(file="", path=""): return render_to_response('pathchooser.html', {'cwd': cwd, 'files': files, 'parentdir': parentdir, 'type': type, 'oldfile': oldfile, 'absolute': abs}, []) @route("/logs") +@route("/logs", method="POST") @route("/logs/:item") @route("/logs/:item", method="POST") @login_required('can_see_logs') |