web/edito-webdoc/index.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:07:33 +0200
changeset 1531 0c13d78ff496
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V06.021 for changeset adf30720ec85

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