web/fens2013/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 28 Jan 2016 12:28:20 +0100
changeset 1327 47a33a798a5a
parent 913 68e577cd07fa
permissions -rw-r--r--
Added tag V04.036 for changeset 5f1f945c47af

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