From 15e68a9ea014ba636685f08c67bf6f9323c2bf8d Mon Sep 17 00:00:00 2001 From: Osile Date: Sun, 13 Jan 2013 01:15:05 +0100 Subject: Neues von Pyload --- module/web/pyload_app.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'module/web/pyload_app.py') 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]) + -- cgit v1.2.3