web/fens2012-designmetadata/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Jan 2014 15:14:03 +0100
changeset 1042 d83a5117728e
parent 659 44c5c0a2b6d4
permissions -rw-r--r--
Added tag V02.60 for changeset 6e42b39e10bf

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