web/CPV/index.php
author ymh <ymh.work@gmail.com>
Tue, 06 Nov 2018 11:32:14 +0100
changeset 1485 71ffb0f9ec4c
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V06.011 for changeset 8b545f4cdaf3

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