web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 29 Nov 2011 16:06:17 +0100
changeset 398 2f69c98b3fba
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V01.05 for changeset 80494c619023

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