web/eduinnov/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 Jul 2012 15:01:13 +0200
changeset 661 be173e00218f
parent 546 fd35749faca9
permissions -rwxr-xr-x
FIX : archives metadata ENDPOINT correct error

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