web/iii-catastrophe/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 07 Oct 2011 14:11:35 +0200
changeset 294 106c4ec894aa
permissions -rwxr-xr-x
new version for todai forum

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