web/hybrid-reading/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:39:45 +0100
changeset 1176 49f14b518f8b
parent 1118 96866d5ba708
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
add event edito #2

<?php
// Permanent redirection

header("HTTP/1.1 301 Moved Permanently");
header("Location: client.php");
exit();