web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 21 Feb 2012 10:47:06 +0100
changeset 529 99215db3da25
parent 401 71c55bfff147
permissions -rwxr-xr-x
correct tweetstream version and clean iri_tweet. can now do a setup

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