web/fens2014-design-metadata/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 04 Jul 2014 16:19:15 +0200
changeset 1135 e78bbfe90a57
parent 1129 32641f0d1429
permissions -rw-r--r--
publication fens and update /edito/

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