web/www2012/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 03 Aug 2012 00:53:48 +0200
changeset 675 bbb287982e38
parent 583 f655dafb741e
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Removed tag V1.97

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