web/fens2013/client.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 17 Jun 2013 11:20:38 +0200
changeset 928 dd21456d50a7
parent 920 3e139384cae1
child 930 8edac8bd0851
permissions -rw-r--r--
#designmd as main event

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