Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / login_failed_js.tpl
1 <script type="text/javascript">
2 <!--
3 function Loader() {
4         document.location.href = "{?URL?}/modules.php?module=index&amp;what=login&code={--CODE_COOKIES_DISABLED--}";
5 }
6
7 window.setTimeout("Loader()", 2000);
8 //-->
9 </script>