web/attention-1314-01-notion-attention/index.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 11:06:58 +0200
changeset 1543 808ef2076edc
parent 1003 366c873e2e29
permissions -rw-r--r--
add first version of enmi21

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