web/CPV/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Nov 2011 11:36:58 +0100
changeset 372 4e00513a6c5c
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
RSLN : edito embed bug (correction)

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