Änderungen

This commit is contained in:
ja
2021-11-16 16:31:45 +01:00
parent 9284fb621e
commit 41d2c3d8ed

View File

@@ -1,5 +1,9 @@
 
Partial Class login_Default Partial Class login_Default
Inherits System.Web.UI.Page Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
If String.Equals(VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")), "") = False Then
FormsAuthentication.RedirectToLoginPage()
End If
End Sub
End Class End Class