web/enmi13/session-2/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 27 Dec 2013 14:51:10 +0100
changeset 1032 bd484786d284
permissions -rw-r--r--
Create enmi13 archive

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