web/edito-intelligence/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 14:53:10 +0100
changeset 1019 840540a20dda
parent 521 0fd2948de190
permissions -rwxr-xr-x
add embed video mediapart

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