web/fens2013/client.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 18 Jun 2013 17:02:55 +0200
changeset 930 8edac8bd0851
parent 928 dd21456d50a7
child 935 bc90e3fd0875
permissions -rw-r--r--
Cultural Data as main event

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