web/iii-catastrophe/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 Nov 2011 16:12:54 +0100
changeset 364 e6820078c32c
parent 294 106c4ec894aa
permissions -rwxr-xr-x
correct GA code

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