web/2011-2012-museo-ouverture/index.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 316 26d83703fa63
permissions -rwxr-xr-x
Added tag V09.006 for changeset 459a88818bec

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