Update 1.0.0.27 - Entwicklung
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user