From 41d2c3d8ed36399d896115bd16d007131958c9ec Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 16 Nov 2021 16:31:45 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login/Error.aspx.vb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/login/Error.aspx.vb b/login/Error.aspx.vb index e93d5ca..7d8915d 100644 --- a/login/Error.aspx.vb +++ b/login/Error.aspx.vb @@ -1,5 +1,9 @@  Partial Class login_Default 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