web/edito-intelligence/index.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 13:53:53 +0200
changeset 1547 7182d370c05f
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V07.001 for changeset fa507125e96c

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