web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 28 Oct 2013 18:25:34 +0100
changeset 971 33713df72e61
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V02.39 for changeset ea19cf741886

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