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

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