diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-19 17:13:35 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-19 17:13:35 +0200 |
commit | 0c8dc650e52323f741bdaf50a864f1ebd819e6c6 (patch) | |
tree | 204b85ba411fde2b8da79493c75002253f3ee628 /module/web/templates/header.tpl | |
parent | some webinterface functions (diff) | |
download | pyload-0c8dc650e52323f741bdaf50a864f1ebd819e6c6.tar.xz |
webinterface statusbar
Diffstat (limited to 'module/web/templates/header.tpl')
-rw-r--r-- | module/web/templates/header.tpl | 4 |
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> |