web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 12:37:41 +0100
changeset 446 844938e45fc7
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
correct global

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