web/fens2012/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Apr 2015 10:37:48 +0200
changeset 1216 12df6e4762ed
parent 633 dfcbb21a8eac
permissions -rw-r--r--
add edito #5 + museo #6

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