web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 11:24:48 +0100
changeset 441 6207e9dd3809
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V01.11 for changeset 559b204387b2

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