web/edito-webdoc/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:39:45 +0100
changeset 1176 49f14b518f8b
parent 401 71c55bfff147
permissions -rwxr-xr-x
add event edito #2

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