Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / login_failed_js.tpl
index ed97e82b3b857470eae019ccef60ab1a3aee5e91..f6cc086655068291ec46eeaead1a81b80e80d67b 100644 (file)
@@ -1,11 +1,9 @@
-<SCRIPT language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
-function Loader()
-{
-       document.location.href = "{?URL?}/modules.php?module=index&amp;what=login&msg={--CODE_COOKIES_DISABLED--}";
+function Loader() {
+       document.location.href = "{?URL?}/modules.php?module=index&amp;what=login&code={--CODE_COOKIES_DISABLED--}";
 }
 
 window.setTimeout("Loader()", 2000);
-
 //-->
-</SCRIPT>
+</script>