web/edito-webdoc/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 16 Apr 2013 15:09:54 +0200
changeset 861 64cc996b5e17
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V02.24 for changeset 872db88a1aff

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