web/edito/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:39:45 +0100
changeset 1176 49f14b518f8b
parent 797 c3543cde84c8
permissions -rw-r--r--
add event edito #2

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