]> git.mxchange.org Git - mailer.git/blob - templates/de/html/login_failed_js.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[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>