web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 18 Feb 2015 16:49:02 +0100
changeset 1204 30302b201bd8
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V04.002 for changeset 081476741138

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