web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 07 Oct 2011 17:53:54 +0200
changeset 298 28d9ecf31ac2
parent 181 4b9405c06dca
permissions -rwxr-xr-x
bug on about link in client.php

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