web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 18:18:08 +0200
changeset 924 bfe55975cb1b
parent 521 0fd2948de190
permissions -rwxr-xr-x
#mashupfilmfest hashtag correction

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