web/fens2012/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Tue, 07 Oct 2014 11:02:27 +0200
changeset 1152 8a5ed4265209
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V03.001 for changeset f5f62136f987

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