web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Nov 2013 16:58:43 +0100
changeset 1007 35d9258aad76
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
add 'rep' in config file.

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