web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 14 Dec 2011 16:58:57 +0100
changeset 407 5ab44abc46df
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Correction Live-client

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