web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 06 Oct 2011 11:56:48 +0200
changeset 305 436a31d11f1d
parent 197 77e3207456b7
permissions -rwxr-xr-x
Ajout du streaming des tweets par WebSocket

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