web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 15 Feb 2012 12:36:11 +0100
changeset 521 0fd2948de190
parent 479 eb44a86b7a94
permissions -rwxr-xr-x
move index.php from client to polemicaltimeline

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