web/fens2013/index.php
author Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
Tue, 18 Oct 2016 15:30:20 +0200
changeset 1355 88d62c60dd21
parent 913 68e577cd07fa
permissions -rw-r--r--
journee omnsh

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