web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 11 Jan 2013 11:57:35 +0100
changeset 761 d6ca1aa60956
parent 521 0fd2948de190
permissions -rwxr-xr-x
Correction programme museo

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