web/enmi15/index.php
author Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
Fri, 11 Dec 2015 17:13:20 +0100
changeset 1301 ae7457ba07e9
child 1304 10974bff4dae
permissions -rw-r--r--
add enmi15

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