web/fens2012/client.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 23:54:02 +0100
changeset 1573 43dc356e3ff8
parent 635 1d9380c8847f
permissions -rw-r--r--
Improve mastodon login text and add test event

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>