web/mashup/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 15 Oct 2012 14:26:28 +0200
changeset 688 bbe83dbb745b
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added tag V02.00 for changeset c331000c6169

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