web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 19 Mar 2012 11:48:22 +0100
changeset 547 128fd22a8863
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added eduinnov

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