web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 20 Jun 2011 17:25:04 +0200
changeset 191 04f757c96514
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V00.61 for changeset bd7e6d40285f

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