Server IP : 103.6.199.200 / Your IP : 3.135.184.136 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/airzones/mpos.airzone.sg/wwwroot/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SessionExpiry.aspx.cs" Inherits="Megazip.SessionExpiry" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server" > <div align="center"> <table cellpadding="0" cellspacing="0" width="991" style="height: 404px"> <tr> <td align="left" height="100"> </td> </tr> <tr> <td align="center"> </td> </tr> <tr> <td align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="20%"> <img alt="" src="../image/logout.png" style="width: 153px; height: 163px" /></td> <td width="80%" style="font-size: large; font-weight: bold; text-transform: uppercase; color: #996600"> Your Session Time Limit Has Been Expired<br /> <br /> <asp:HyperLink ID="hlnkloginpage" runat="server" NavigateUrl="~/AdminLogin.aspx">Login Again</asp:HyperLink> </td> </tr> </table> </td> </tr> <tr> <td align="center" height="220"> </td> </tr> </table> </div> </form> </body> </html>