web/fens2014-edito/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:39:45 +0100
changeset 1176 49f14b518f8b
parent 1135 e78bbfe90a57
permissions -rw-r--r--
add event edito #2

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