summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-04 17:19:41 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-04 17:19:41 +0100
commitacd4dceb711e9148ede208bb67dc37bfaafd612b (patch)
tree8b36d3621da994285331b75061c5efefb4d60be1 /module/web/pyload_app.py
parentoops (diff)
downloadpyload-acd4dceb711e9148ede208bb67dc37bfaafd612b.tar.xz
improved captcha manager
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py1
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')