web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 13 Feb 2012 12:46:40 +0100
changeset 504 a9c0160f55c5
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
CSS correction

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