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

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