Redirect to session expired page on PriceYak
After 12 hours, we'll redirect to the session expired page.
This commit is contained in:
parent
684d39baeb
commit
42a33ba0c4
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue