Update 1.0.0.27 - Entwicklung

This commit is contained in:
2021-04-21 19:05:27 +02:00
parent f1fc04d0b1
commit 3ac556e480
43 changed files with 3261 additions and 101567 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
@@ -13,7 +14,16 @@ namespace QW2021C.Menu
Helper.Log log = new Helper.Log();
protected void Page_Load(object sender, EventArgs e)
{
try
{
String Admintest = ConfigurationSettings.AppSettings["Admintest"];
if (Admintest=="True")
{
login("Admintest", "Admintest");
}
}
catch { }
if (Page.IsPostBack == false)
{
//this.dialog.ShowOnInit = false;