web/CPV/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 28 Jan 2016 12:28:20 +0100
changeset 1327 47a33a798a5a
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V04.036 for changeset 5f1f945c47af

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