web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 09 Sep 2013 16:26:59 +0200
changeset 944 56ab9478ee64
parent 521 0fd2948de190
permissions -rwxr-xr-x
Standalone widget for Cineconf

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