Page MenuHomeSealhub

logged.html
No OneTemporary

logged.html

<!DOCTYPE html>
<html>
<head>
<script src="/jquery.js"></script>
<script src="/authorization.js"></script>
<meta charset="utf-8">
<title>Panel zalogowania</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<form action="/logout" method="post" id="form">
<input type="submit" text="Wyloguj"/>
</form>
</body>
<script>
Auth.redirect_if_not_logged_in();
function checkUser(){
}
function ResetCookie() {
document.cookie="PrometheusSession=0";
}
jQuery("#form").submit(function() {
ResetCookie();
});
</script>
</html>

File Metadata

Mime Type
text/html
Expires
Sat, Oct 11, 07:13 (19 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
983952
Default Alt Text
logged.html (555 B)

Event Timeline