web/museo-1314-06-annotation-social-books/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 08 Apr 2014 13:23:37 +0200
changeset 1097 fdfd0fc1ced9
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
add muséo#6

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