diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-06 17:54:53 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-06 17:54:53 +0100 |
commit | b877847094b0ba03a098dff0fd769eb456b48dd1 (patch) | |
tree | 2d4a4e6b5c4dcba8eec952724a0dd065ef781ced /module/web | |
parent | xmpp: disconnect on unload / deactivate (diff) | |
download | pyload-b877847094b0ba03a098dff0fd769eb456b48dd1.tar.xz |
Diffstat (limited to 'module/web')
-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 a025f6bcb..f73defb45 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -506,6 +506,7 @@ def setup(): return render_to_response('setup.html', {"user": False, "perms": False}) +@login_required("STATUS") @route("/info") def info(): conf = PYLOAD.getConfigDict() |