web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 22 Mar 2013 10:50:04 +0100
changeset 811 ec7a0f88c17b
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
eduinov as default project

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