web/logos-2-0/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:46:49 +0100
changeset 1178 e240c9d7ebb5
parent 1087 4fd3f4f7e6f7
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
add event museo #3

<?php
// Permanent redirection

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