Bij autoswitch naar https verduidelijkend tekstje

Switching to http<strong>s</strong>://localhost/trunk
in beeld. Gebruikers horen/zullen dit nooit zien maar zelf wel eens meegemaakt bij een proef installatie

svn path=/Website/trunk/; revision=30601
This commit is contained in:
Jos Groot Lipman
2016-09-07 09:24:16 +00:00
parent 657ed2effd
commit ccd96010a9

View File

@@ -175,7 +175,9 @@ if (S("hiresTimer"))
if (S("auto_https") && Request.ServerVariables("SERVER_PORT") != "443")
{
%><script type="text/javascript">
%>
Switching to http<em>s</em>://<%=Request.ServerVariables("SERVER_NAME") + rooturl%>
<script type="text/javascript">
window.top.location.href = "https://<%=Request.ServerVariables("SERVER_NAME") + rooturl%>";
</script>
<%