web/caps2012/index.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:06:32 +0200
changeset 1530 adf30720ec85
parent 1382 53b05c47f473
permissions -rw-r--r--
put back real enmi20 hashtag

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