web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Fri, 11 Jan 2019 01:19:45 +0100
changeset 1499 641ced48fd5a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Improve counter display in client by using twitter-text

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