summaryrefslogtreecommitdiffstats
path: root/module/web/templates/header.tpl
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-19 17:13:35 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-19 17:13:35 +0200
commit0c8dc650e52323f741bdaf50a864f1ebd819e6c6 (patch)
tree204b85ba411fde2b8da79493c75002253f3ee628 /module/web/templates/header.tpl
parentsome webinterface functions (diff)
downloadpyload-0c8dc650e52323f741bdaf50a864f1ebd819e6c6.tar.xz
webinterface statusbar
Diffstat (limited to 'module/web/templates/header.tpl')
-rw-r--r--module/web/templates/header.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/header.tpl b/module/web/templates/header.tpl
index 27ab7e2bc..22c252e3c 100644
--- a/module/web/templates/header.tpl
+++ b/module/web/templates/header.tpl
@@ -14,6 +14,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+%if redirect:
+<meta http-equiv="refresh" content="3; url=/">
+%end
+
<title>{{title}}</title>
</head>