web/iii-catastrophe/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 03 May 2012 17:52:07 +0200
changeset 598 d366aa22bd79
parent 294 106c4ec894aa
permissions -rwxr-xr-x
New Metadataplayer version

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