web/edito-intelligence/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 27 Jan 2015 11:40:24 +0100
changeset 1182 986ca86f1b2b
parent 521 0fd2948de190
permissions -rwxr-xr-x
add attention #1

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