web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 05 Dec 2017 16:15:59 +0100
changeset 1408 a8ec99c7ad55
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Add seminaire telepresence to archive + enmi 2017

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