web/museo-1314-07-lecture-image/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Tue, 10 Jun 2014 15:22:41 +0200
changeset 1125 13b4a9bda9ec
parent 1112 3975dc53eebd
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
futur en seine 2014 update

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