web/caps2012/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Tue, 07 Oct 2014 11:02:27 +0200
changeset 1152 8a5ed4265209
parent 687 828c970342e5
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V03.001 for changeset f5f62136f987

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