web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 18:32:29 +0200
changeset 629 2161c7d60beb
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Removed tag V01.83

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