summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
authorGravatar Osile <mo@onlinestage4you.de> 2013-01-13 01:15:05 +0100
committerGravatar Osile <mo@onlinestage4you.de> 2013-01-13 01:15:05 +0100
commit15e68a9ea014ba636685f08c67bf6f9323c2bf8d (patch)
tree6cead03d956e27e55375891f304c8155edf787c9 /module/web/pyload_app.py
parentanimate package added (diff)
downloadpyload-15e68a9ea014ba636685f08c67bf6f9323c2bf8d.tar.xz
Neues von Pyload
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index e6c8300a2..185c773a3 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -151,3 +151,8 @@ def index(api):
def settings(api):
return render_to_response("settings.html", proc=[pre_processor])
+@route("/admin")
+@login_required()
+def admin(api):
+ return render_to_response("admin.html", proc=[pre_processor])
+