web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 08 Sep 2011 15:12:56 +0200
changeset 268 d46e8e769513
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Rencontre du web de donnees - patrimoine

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