Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / login_failed_js.tpl
index 856534c44e7dd7a64261afa7b40509a234ac80e2..ed97e82b3b857470eae019ccef60ab1a3aee5e91 100644 (file)
@@ -2,7 +2,7 @@
 <!--
 function Loader()
 {
-       document.location.href = "{!URL!}/modules.php?module=index&amp;what=login&msg={--CODE_COOKIES_DISABLED--}";
+       document.location.href = "{?URL?}/modules.php?module=index&amp;what=login&msg={--CODE_COOKIES_DISABLED--}";
 }
 
 window.setTimeout("Loader()", 2000);