web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 04 Nov 2017 03:56:22 +0100
changeset 1402 1b333f230d63
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
correct pb

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