web/edito/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 18:14:45 +0100
changeset 1022 92429e14ca48
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V02.54 for changeset 28152c43cb10

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