web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 14 Jun 2012 16:05:27 +0200
changeset 637 c282fe964d19
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V01.86 for changeset 2073832091d5

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