web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 20 Dec 2011 16:26:34 +0100
changeset 463 d3b86c65c980
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V01.19 for changeset 30dd04ac4ace

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