Redirect to session expired page on PriceYak

After 12 hours, we'll redirect to the session expired page.
This commit is contained in:
Eric Swanson 2016-12-05 12:09:10 -08:00 committed by GitHub
parent 684d39baeb
commit 42a33ba0c4
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
<link rel="stylesheet" href="include/base.css" title="plain">
<script src="include/util.js"></script>
<script type="application/javascript">
window.setTimeout(function() {
location.href = "https://www.priceyak.com/expired";
}, 1000 * 3600 * 12);
</script>
</head>
<body style="margin: 0px;">