web/edito/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 13 Feb 2015 13:13:58 +0100
changeset 1196 e01c5ee89075
parent 797 c3543cde84c8
permissions -rw-r--r--
add archive edito #2

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