web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 26 Jul 2011 17:30:05 +0200
changeset 235 ca008aef675f
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
small corrections

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