web/fens2012-designmetadata/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 11:04:27 +0100
changeset 1513 b833d7c72ea9
parent 659 44c5c0a2b6d4
permissions -rw-r--r--
Improve docker test settings

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