web/enmi13/session-7/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Jan 2014 15:14:03 +0100
changeset 1042 d83a5117728e
parent 1032 bd484786d284
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();
?>