web/enmi2011/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 16 Oct 2012 10:01:10 +0200
changeset 703 a0772dbfb936
parent 465 297156c2efbe
permissions -rwxr-xr-x
Correct tweeter url for posting tweets

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