|
diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx
index 084e9f5..b8af4f2 100644
--- a/login/login_FLEX.aspx
+++ b/login/login_FLEX.aspx
@@ -1,9 +1,9 @@
-<%@ Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %>
+<%@Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %>
- <%@ Import Namespace="MySql.Data.MySqlClient" %>
+ <%@Import Namespace="MySql.Data.MySqlClient" %>
diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb
index 276fd39..1651c8b 100644
--- a/login/login_FLEX.aspx.vb
+++ b/login/login_FLEX.aspx.vb
@@ -235,7 +235,7 @@ Partial Class login_FLEX
'MsgBox(str)
'End If
- FormsAuthentication.RedirectFromLoginPage(UserNaMe, True)
+ FormsAuthentication.RedirectFromLoginPage(UserNaMe, cb.Checked)
End If
'MsgBox("Erfolgreich validiert.")
Session.Add("test", UserNaMe)
|