diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2011-12-08 02:08:35 +0100 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2011-12-08 02:08:35 +0100 |
commit | 30ba647fe479d86c3d7bac71908ee56ec80eb928 (patch) | |
tree | 765c5e0295d81f712e070da774d591561848f34b /module/web/pyload_app.py | |
parent | httprequest: encode('utf_8') for unicode post (diff) | |
parent | updated bottle.py (diff) | |
download | pyload-30ba647fe479d86c3d7bac71908ee56ec80eb928.tar.xz |
Merge
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r-- | module/web/pyload_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index e6c9ab436..9612e495e 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -381,7 +381,7 @@ def path(file="", path=""): @route("/logs", method="POST") @route("/logs/:item") @route("/logs/:item", method="POST") -@login_required('STATUS') +@login_required('LOGS') def logs(item=-1): s = request.environ.get('beaker.session') |