web/museo/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Jan 2014 15:14:03 +0100
changeset 1042 d83a5117728e
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V02.60 for changeset 6e42b39e10bf

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