web/CPV/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Fri, 28 Mar 2014 11:31:16 +0100
changeset 1092 9dcd8d390ba6
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V02.80 for changeset de19dabb5574

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