web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 20 Dec 2011 15:37:49 +0100
changeset 461 d02ce497395c
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V01.19 for changeset 74191d0606b1

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