Änderungen

This commit is contained in:
ja
2021-10-11 16:48:28 +02:00
parent a6ee29e511
commit de97268353

View File

@@ -113,7 +113,7 @@ Partial Class login_ForgotPW
pagename = Request.ServerVariables("SCRIPT_NAME")
ElseIf HttpContext.Current.Request.ServerVariables("SERVER_NAME") = Not "localhost" Then
getdomianenvironment = HttpContext.Current.Request.ServerVariables("SERVER_NAME")
ServPort = Nothing
ServPort = ":" + Request.ServerVariables("SERVER_PORT")
pagename = Request.ServerVariables("SCRIPT_NAME")
End If
'Dim pg As String = Request.ServerVariables("URL")