web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 14 Apr 2016 22:58:49 +0200
changeset 1342 5d7ee2037722
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V04.042 for changeset 03f034592acd

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