web/2011-2012-museo-structured-data/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Aug 2012 11:42:28 +0200
changeset 681 0e7c67ca410e
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V01.98 for changeset e71873020911

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