web/fens_FabLab_Design_Metadata/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 21 Dec 2020 13:19:34 +0100
changeset 1536 dd7d376749a4
parent 181 4b9405c06dca
permissions -rwxr-xr-x
edit ENMI20 programm

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