blob: 0ea605e40ac5e75cfa92e30ce47fce47594b172d (
plain)
1
2
3
4
5
6
|
<?php header("X-Frame-Options: SAMEORIGIN");
header("Set-Cookie: WAVY_SESSION_TOKEN=; SameSite=None; Path=/; Secure; HttpOnly; Expires=" . date("r", time() + (86400 * 730)));
?>
<script>
window.parent.location.href = "/app/";
</script>
|