web/fens2012/client.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 25 Nov 2014 12:21:49 +0100
changeset 1158 6c0e7caf77d9
parent 635 1d9380c8847f
permissions -rw-r--r--
add archive SPEL, correct image archive edito

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