web/iii-catastrophe/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 14 Dec 2011 16:58:57 +0100
changeset 407 5ab44abc46df
parent 294 106c4ec894aa
permissions -rwxr-xr-x
Correction Live-client

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