web/edito-webdoc/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 28 Oct 2013 15:03:59 +0100
changeset 967 49a7c5be74db
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V02.38 for changeset a887978c958c

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