web/museo-1415-01-inaugurale/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 02 Dec 2014 12:30:44 +0100
changeset 1164 9128b85b5dea
parent 1160 7a84a1de876f
permissions -rw-r--r--
publish museo 1 2014-11-25

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