web/enmi2011/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 20 May 2015 18:36:26 +0200
changeset 1238 7839dce53e94
parent 465 297156c2efbe
permissions -rwxr-xr-x
publish muse

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