web/edito-webdoc/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Aug 2012 11:42:28 +0200
changeset 681 0e7c67ca410e
parent 401 71c55bfff147
permissions -rwxr-xr-x
Added tag V01.98 for changeset e71873020911

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