web/2011-2012-museo-structured-data/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 19 Mar 2014 17:22:11 +0100
changeset 1088 4834162e1cd6
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V02.78 for changeset 89c7c5e2ac06

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