]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/login_failed_js.tpl
Conflict solved between ext-profile and ext-update
[mailer.git] / templates / de / html / login_failed_js.tpl
index 856534c44e7dd7a64261afa7b40509a234ac80e2..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>