web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 00:30:04 +0100
changeset 425 b346fd32fc34
parent 401 71c55bfff147
permissions -rwxr-xr-x
prepare for publication, add sync info

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