web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:36:36 +0100
changeset 1497 14a9bed2e3cd
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Adapt recorder_stream to python 3 Improve twitter authentication management Use Oauth2 where possible Delete old script

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