web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Jun 2011 14:55:09 +0200
changeset 174 779fd28fdbb8
parent 150 ffaea21247c4
permissions -rwxr-xr-x
redirect to the polemical timeline

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