|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/6b11be23/e503b68d/ |
?#pragma checksum "D:\wwwroot\keman\wwwroot\Back\index.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4E79A770F3C3036F563269E6F5234184"
#line 1 "D:\wwwroot\keman\wwwroot\Back\index.aspx.cs"
using System;
using System.Web;
using System.Web.UI;
using CoreClass;
public partial class Back_index : System.Web.UI.Page
{
protected CoreClass.PublicFunction pubfun = new PublicFunction();
public string AdminName = "";
protected void Page_Load(object sender, EventArgs e)
{
this.pubfun.checkAdminAccessRights(this.Page);
AdminName = this.Session["AdminPassport"].ToString();
}
}
#line default
#line hidden