web/fens2012/client.php
author Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
Tue, 18 Oct 2016 15:30:20 +0200
changeset 1355 88d62c60dd21
parent 635 1d9380c8847f
permissions -rw-r--r--
journee omnsh

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