web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 28 Nov 2012 13:28:46 +0100
changeset 720 b8f7ad30571f
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added Museo 12.2012

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