web/enmi2011/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 07 Jan 2012 16:13:42 +0100
changeset 465 297156c2efbe
parent 434 72f6b7a40b19
permissions -rwxr-xr-x
add enmi2011 archives

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