web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Aug 2012 11:42:28 +0200
changeset 681 0e7c67ca410e
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V01.98 for changeset e71873020911

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