web/enmi2011/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 May 2012 18:53:26 +0200
changeset 613 ac63aa591f02
parent 465 297156c2efbe
permissions -rwxr-xr-x
Added tag V01.78 for changeset ee826ad7c061

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