web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Sun, 08 Sep 2013 14:23:14 +0200
changeset 942 620ba7e347c1
parent 521 0fd2948de190
permissions -rwxr-xr-x
Cineconf for Kaspar Hauser

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