From acd4dceb711e9148ede208bb67dc37bfaafd612b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 4 Feb 2011 17:19:41 +0100 Subject: improved captcha manager --- module/web/pyload_app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/pyload_app.py') 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') -- cgit v1.2.3