web/edito-datacuration/index.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 23:54:02 +0100
changeset 1573 43dc356e3ff8
parent 1186 e10c0c8ec4d5
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();
?>