web/mashup/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 09 Mar 2018 17:55:04 +0100
changeset 1414 bbe237773afb
parent 197 77e3207456b7
permissions -rwxr-xr-x
Publish TAC colloque

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