Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_login_js.tpl
1 <SCRIPT type="text/javascript">
2 <!--
3 function Loader()
4 {
5         document.location.href = "{?URL?}/modules.php?module=login";
6 }
7
8 window.setTimeout("Loader()", 2000);
9
10 //-->
11 </SCRIPT>