]> git.mxchange.org Git - mailer.git/blob - templates/de/html/login_failed_js.tpl
secureString() does now no longer encode in entities by default, XHTML fixes, missing...
[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>