web/fens2012-designmetadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 Jul 2012 09:51:02 +0200
changeset 660 0bf11a8b8c1f
parent 633 dfcbb21a8eac
child 659 44c5c0a2b6d4
permissions -rwxr-xr-x
ADD : archives metadata ENDPOINT

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