web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 01 Dec 2011 00:16:38 +0100
changeset 402 b59be14258dd
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V01.07 for changeset 2b341cfb4468

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