web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 11:25:12 +0100
changeset 1193 6489a0c6e02c
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V03.014 for changeset a92a7bd35a66

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