web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 21 May 2012 18:53:02 +0200
changeset 622 7e5174fe9816
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V01.82 for changeset f0c35c8b6b54

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