web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 16 Oct 2012 12:00:10 +0200
changeset 708 a7b8011c91dd
parent 521 0fd2948de190
permissions -rwxr-xr-x
Merge with 483b159a5844c1e10f05fc701c8c079894b4ea76

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