HTTP/1.1 200 OK
Server: nginx
Date: Wed, 13 Nov 2024 19:17:36 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=20
Vary: Accept-Encoding
Set-Cookie: iMSCP_Session=fof846t7n2tuolidh67rt0s776; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Cache-Control: public
9db
<!DOCTYPE html>
<html>
<head>
<title>i-MSCP - Multi Server Control Panel / Login</title>
<meta charset="UTF-8">
<meta name="robots" content="nofollow, noindex">
<link rel="shortcut icon" href="/themes/default/assets/images/favicon.ico">
<link rel="stylesheet" href="/themes/default/assets/css/jquery-ui-black.css?v=2017082400">
<link rel="stylesheet" href="/themes/default/assets/css/simple.css?v=2017082400">
<!--[if (IE 7)|(IE 8)]>
<link href="/themes/default/assets/css/ie78overrides.css?v=2017082400" rel="stylesheet">
<![endif]-->
<script>
imscp_i18n = {"core":{"ok":"Ok","warning":"Warning!","yes":"Yes","no":"No","confirmation_required":"Confirmation required","close":"Close","generate":"Generate","show":"Show","your_new_password":"Your new password","password_generate_alert":"You must first generate a password by clicking the generate button.","password_length":"6"}};
</script>
<script src="/themes/default/assets/js/jquery/jquery.js?v=2017082400"></script>
<script src="/themes/default/assets/js/jquery/jquery-ui.js?v=2017082400"></script>
<script src="/themes/default/assets/js/imscp.min.js?v=2017082400"></script>
</head>
<body class="black simple">
<div class="wrapper">
<div id="header">
<div id="logo"><span>internet Multi Server Control Panel</span></div>
<div id="copyright"><span><a href="https://www.i-mscp.net" target="blank">© 2010-2017 i-MSCP Team<br>All Rights Reserved</a></span></div>
</div>
<div id="content">
<div id="login">
<form name="login" action="index.php" method="post">
<table>
<tr>
<td class="left"><label for="uname">Username</label></td>
<td class="right"><input type="text" name="uname" id="uname" value=""></td>
</tr>
<tr>
<td class="left"><label for="password">Password</label></td>
<td class="right"><input type="password" name="upass" id="password" value=""></td>
</tr>
<tr>
<td colspan="2" class="right">
<a class="link_as_button" href="lostpassword.php">Lost password</a>
<button type="submit" name="Submit" tabindex="3">Login</button>
</td>
</tr>
</table>
<input type="hidden" name="action" value="login">
</form>
</div>
</div>
</div>
</body>
</html>
0