web/enmi2011/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 21 Mar 2012 17:33:54 +0100
changeset 554 72840eaeda63
parent 465 297156c2efbe
permissions -rwxr-xr-x
Added tag V01.52 for changeset b76ed97b6a71

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