web/CPV/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 15 Dec 2011 22:41:46 +0100
changeset 417 0bad43271c65
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
correction bug __DIR__

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