| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/ |
Upload File : |
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="Controls/uscStyleHeader.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="failure.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.failure" %>
<!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>
<title>Authentication Failed</title>
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
<uc1:uscstyleheader id="UscStyleHeader1" runat="server"></uc1:uscstyleheader>
</head>
<body bgcolor="#dfdfdf">
<div class="login_bg">
<div class="login_shell">
<form id="frmAuthenticationFailure" runat="server">
<div class="login_panel">
<div class="login_panel_left login_logo"></div>
<div class="login_panel_right">
<h1><%=sHeading %></h1>
<div style="display:none;"><asp:Label ID="lblReason" Runat="server"></asp:Label></div>
<%=sReason %><br /><br />
<%=sDescription %>
<br /><br /><br />
<div class="bttn_shell" title="Return to login page">
<a href="login.aspx?UserID=<%= UserID %>" target="_top" class="bttn"><%=sAction%></a>
</div>
</div>
</div><!-- login_panel -->
<div class="login_copyright">© 2020 <a href='https://www.mailenable.com' target='_blank'>MailEnable Pty. Ltd.</a></div>
</form>
</div><!-- login_shell -->
</div><!-- login_bg -->
</body>
</html>