web/museo/polemicaltimeline.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 05 Dec 2017 16:15:59 +0100
changeset 1408 a8ec99c7ad55
parent 797 c3543cde84c8
permissions -rw-r--r--
Add seminaire telepresence to archive + enmi 2017

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